Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-03 | gopls: add go_gopls_init_options | Rob Watson | |
2019-07-01 | Support $GO111MODULE with Go tooling | Elias 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` | |||
2019-04-10 | Close #2179 - Add support for gopls | w0rp | |