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

     1  package pkg
     2  
     3  // https://staticcheck.dev/issues/1333
     4  
     5  func normal1()     {}           //@ used("normal1", false)
     6  func normal2()     {}           //@ used("normal2", true)
     7  func normal3() int { return 0 } //@ used("normal3", false)
     8  func normal4() int { return 0 } //@ used("normal4", true)