github.com/ernado/golangci-lint@v1.10.1/test/testdata/deadcode_main_pkg/main_test.go (about)

     1  package main
     2  
     3  import "testing"
     4  
     5  func TestF(t *testing.T) {
     6  
     7  }
     8  
     9  func BenchmarkF(t *testing.B) {
    10  
    11  }
    12  
    13  func ExampleF() {
    14  
    15  }