go-binary-size/mod1/a/a_internal_test.go
2024-04-03 00:55:22 +02:00

13 lines
175 B
Go

package a
import (
"testing"
"github.com/loopfz/gadgeto/tonic"
)
func TestSomethingInternal(t *testing.T) {
if tonic.DefaultBindingHook == nil {
t.Error("uh oh")
}
}