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

     1  package pkg
     2  
     3  type customType int //@ used("customType", true)
     4  
     5  func Foo(customType) {} //@ used("Foo", true), used("", true)
     6  func bar(customType) {} //@ used("bar", false), quiet("")