This linter plugin for Linter provides an interface to golint.
Linter package must be installed in order to use this plugin. If Linter is not installed, please follow the instructions here.
Before using this plugin, you must ensure that golint is installed on your system.
$ apm install linter-golint
You can configure linter-golint by editing ~/.atom/config.cson (choose Open Your Config in Atom menu):
'linter-golint':
'golintExecutablePath': null # golint path.
Run which golint
to find the path.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.