'GoVetBear' bear for coala (http://coala.rtfd.org/)
Project description
Analyze Go code and raise suspicious constructs, such as printf calls whose arguments do not correctly match the format string, useless assignments, common mistakes about boolean operations, unreachable code, etc.
This is done using the vet command. For more information visit <https://golang.org/cmd/vet/>.