summaryrefslogtreecommitdiff
path: root/test/fixers/test_gomod_fixer_callback.vader
AgeCommit message (Collapse)Author
2021-03-20#3633 - Put all dummy test files in test/test-filesw0rp
2019-08-02Fix #2668 - Set g:ale_go_go111modulew0rp
2019-07-01Support $GO111MODULE with Go toolingElias Martinez Cohen
Allows the user to override $GO111MODULE environment variable through ale options. This gives control over the default behavior of Go module resolution. Golang documentation: https://github.com/golang/go/wiki/Modules#how-to-use-modules Add `ale#Go#EnvString()` function to make it easy to add similar Go environment variables in the future. Use the new `EnvString` function in all available Go tools callbacks & update tests Also add test of linter command callback for `gofmt`
2018-09-19Add fixer for Go modules (#1873)Martin Tournoij
* Add fixer for Go modules