Closed Lvzhenqian closed 2 years ago
Hi @Lvzhenqian , the plugin get GOPATH from IDE in such order:
Use GOPATH that's defined in system environment
is checked, get GOPATH from environment variable
So please make sure at least 1 of them has no null value. In your case, I would suggest check theUse GOPATH that's defined in system environment
has GOPATH variable,like this:
not GOPATH variable,like this:
golangci-lint version:
golangci-lint has version 1.49.0 built from cc2d97f3 on 2022-08-24T10:24:37Z
plugin version:
just add this can fix it ...