diff options
author | Jeff Willette <jrwillette88@gmail.com> | 2017-11-15 02:37:22 +0900 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-11-14 17:37:22 +0000 |
commit | 20a01404f346f6c633f15b6c5ca45279259f2c5d (patch) | |
tree | 9f71684198931b191a838f71223811fa5cbc706d /doc/ale.txt | |
parent | 16e7dc2371f908204e5191c0e9d55626352097af (diff) | |
download | ale-20a01404f346f6c633f15b6c5ca45279259f2c5d.zip |
Added support for goimports fixer (#1123)
* Added support for goimports fixer
* added test and executable check
* fixed test assertions to reflect executable check
Diffstat (limited to 'doc/ale.txt')
-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 21266870..b653e5c4 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -287,7 +287,7 @@ Notes: * Fortran: `gcc` * FusionScript: `fusion-lint` * GLSL: glslang -* Go: `gofmt`, `go vet`, `golint`, `gometalinter`!!, `go build`!!, `gosimple`!!, `staticcheck`!! +* Go: `gofmt`, `goimports`, `go vet`, `golint`, `gometalinter`!!, `go build`!!, `gosimple`!!, `staticcheck`!! * GraphQL: `gqlint` * Haml: `haml-lint` * Handlebars: `ember-template-lint` |