Do you use any GO static code analisys tools ? Are there such a thing?

Hi all,

I just want to know if there is such a tool for GO that detect code smells and possible bugs.

Is there a free one you can recommend ?

In most of my personal and job related projects I use gometalinter, which again unifies a lot of different tools under a common configuration and unified output.

3 Likes

You may also try the builtin go vet command.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.