github.com/golangci/go-tools@v0.0.0-20190318060251-af6baa5dc196/unused/testdata/src/cgo/cgo.go (about) 1 package pkg 2 3 //go:cgo_export_dynamic 4 func foo() {} 5 6 func bar() {} // MATCH /bar is unused/