go test, go vet, go list and staticcheck ignore this directory because is starts with ".".
We use goimports within our pipeline. I'd like to not include ".go" in the directories scanned, as this leads to pipeline failures and is slow.
What's the best way to handle this at the moment?
And I'm also curious if there's a reason why goimports behaves differently to other go tools.