summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2016-10-11 15:02:32 +0100
committerGitHub <noreply@github.com>2016-10-11 15:02:32 +0100
commitd8d08de26cb17c9319a08c0c5f611c6778260030 (patch)
tree6b8807706d3c10b764b12f977d36929d675bb6f5 /README.md
parent6ee42c9a2d800d41e14081539e38e74ef91b6941 (diff)
parent1074afbd08544739f7be6522e48f242a4b5a7023 (diff)
downloadale-d8d08de26cb17c9319a08c0c5f611c6778260030.zip
Merge pull request #90 from neersighted/golang
Add golang support
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1fdca5a1..c1906487 100644
--- a/README.md
+++ b/README.md
@@ -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/) |