github.com/vanstinator/golangci-lint@v0.0.0-20240223191551-cc572f00d9d1/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 }