简体   繁体   中英

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

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

This was mentioned in Oct. 2020 with golang/go issue 41771 :

It was discussed in leighmcculloch/gochecknoglobals PR 16 , but so far (Sept. 2021), without any clear resolution.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM