go-binary-size/mod1/a/a_test.go

14 lines
180 B
Go
Raw Permalink Normal View History

2024-04-03 00:55:22 +02:00
package a_test
import (
"testing"
"github.com/loopfz/gadgeto/tonic"
)
func TestSomethingExternal(t *testing.T) {
if tonic.DefaultBindingHook == nil {
t.Error("uh oh")
}
}