diff options
author | Bjorn Neergaard <bjorn@neersighted.com> | 2016-10-11 06:57:42 -0500 |
---|---|---|
committer | Bjorn Neergaard <bjorn@neersighted.com> | 2016-10-11 07:56:14 -0500 |
commit | 5caec8d3b80f000cd7cd1cf93ea3994c33c0f8db (patch) | |
tree | 570d0ff69127742ac2adea5723d8be9d86f05646 /README.md | |
parent | 6ee42c9a2d800d41e14081539e38e74ef91b6941 (diff) | |
download | ale-5caec8d3b80f000cd7cd1cf93ea3994c33c0f8db.zip |
Introduce golang support
This includes go vet, golint, and gofmt -e
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ name. That seems to be the fairest way to arrange this table. | Cython (pyrex filetype) | [cython](http://cython.org/) | | D | [dmd](https://dlang.org/dmd-linux.html)^ | | Fortran | [gcc](https://gcc.gnu.org/) | +| Go | [gofmt -e](https://golang.org/cmd/gofmt/), [go vet](https://golang.org/cmd/vet/), [golint](https://godoc.org/github.com/golang/lint) | | Haskell | [ghc](https://www.haskell.org/ghc/) | | HTML | [HTMLHint](http://htmlhint.com/), [tidy](http://www.html-tidy.org/) | | JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/) | |