github.com/elek/golangci-lint@v1.42.2-0.20211208090441-c05b7fcb3a9a/test/testdata/used_only_in_tests/a_test.go (about) 1 package p 2 3 import "testing" 4 5 func TestF(t *testing.T) { 6 if !f() { 7 t.Fail() 8 } 9 }