summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Reedy <breed808@breed808.com>2017-03-30 11:42:16 +1000
committerBen Reedy <breed808@breed808.com>2017-03-30 11:49:52 +1000
commit43f24f4c012687a7771e334d4e25ebe407a512bf (patch)
treea1af23ae169c5e63a51d03d0e738db8f4c37754e /README.md
parent2a88b60ff1ef5a4e9e73dc0d3be9f8ac51ec1309 (diff)
downloadale-43f24f4c012687a7771e334d4e25ebe407a512bf.zip
Add support for gosimple and staticcheck
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e9eaf3b1..6294c4a5 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ name. That seems to be the fairest way to arrange this table.
| Elm | [elm-make](https://github.com/elm-lang/elm-make) |
| Erlang | [erlc](http://erlang.org/doc/man/erlc.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), [go build](https://golang.org/cmd/go/) |
+| Go | [gofmt -e](https://golang.org/cmd/gofmt/), [go vet](https://golang.org/cmd/vet/), [golint](https://godoc.org/github.com/golang/lint), [go build](https://golang.org/cmd/go/), [gosimple](https://github.com/dominikh/go-tools/tree/master/cmd/gosimple), [staticcheck](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) |
| Haml | [haml-lint](https://github.com/brigade/haml-lint)
| Haskell | [ghc](https://www.haskell.org/ghc/), [hlint](https://hackage.haskell.org/package/hlint), [hdevtools](https://hackage.haskell.org/package/hdevtools) |
| HTML | [HTMLHint](http://htmlhint.com/), [proselint](http://proselint.com/), [tidy](http://www.html-tidy.org/) |