github.com/golangci/go-tools@v0.0.0-20190318060251-af6baa5dc196/unused/testdata/src/only_in_test/pkg_test.go (about) 1 package pkg 2 3 import "testing" 4 5 func TestPkg(t *testing.T) { 6 fn() 7 }