diff options
author | dzhou121 <dzhou121@gmail.com> | 2016-12-22 20:10:21 +0800 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2016-12-22 12:10:21 +0000 |
commit | 55827a9493aa88ee6cffb8bce2d2cdee955d24fa (patch) | |
tree | 1d9b1c20b56f4daf814d1d8f02f0ad388a5445d9 /doc | |
parent | 6c0996eb9c3181c8dde1302b544787be758cc37b (diff) | |
download | ale-55827a9493aa88ee6cffb8bce2d2cdee955d24fa.zip |
add go build for build errors (#180)
* add go build for build errors
* Add go build to doc and README
* Improvement for Go build
Go build works on package level, so copy over the other files
that belong to the same package to the temp folder as well.
* revert back to simple go build
* change gobuild script var name
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 3d8412e8..e181fa4a 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -73,7 +73,7 @@ The following languages and tools are supported. * Elixir: 'credo' * Elm: 'elm-make' * Fortran: 'gcc' -* Go: 'gofmt -e', 'go vet', 'golint' +* Go: 'gofmt -e', 'go vet', 'golint', 'go build' * Haskell: 'ghc', 'hlint' * HTML: 'HTMLHint', 'tidy' * JavaScript: 'eslint', 'jscs', 'jshint', 'flow' |