github.com/amarpal/go-tools@v0.0.0-20240422043104-40142f59f616/unused/testdata/src/example.com/tests/tests_test.go (about)

     1  package pkg
     2  
     3  import "testing"
     4  
     5  func TestFn(t *testing.T) { //@ used_test("TestFn", true), used_test("t", true)
     6  	fn()
     7  }