How to ignore test files(_test.go) using go/analysis?

Viewed 352

How to ignore test files(_test.go) using go/analysis? It seems like that go/analysis load test files by default.

1 Answers
Related