Add new go linters to the help

This commit is contained in:
Bjorn Neergaard 2016-10-11 08:58:01 -05:00
parent ef14a04470
commit 1074afbd08
No known key found for this signature in database
GPG Key ID: D8F4DB0CE841305D

View File

@ -55,6 +55,7 @@ The following languages and tools are supported.
* Cython (pyrex filetype): 'cython'
* D: 'dmd'
* Fortran: 'gcc'
* Go: 'gofmt -e', 'go vet', 'golint'
* Haskell: 'ghc'
* HTML: 'HTMLHint', 'tidy'
* JavaScript: 'eslint', 'jscs', 'jshint'