diff options
author | pigfrown <pigfrown@protonmail.com> | 2021-08-09 02:13:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 10:13:43 +0900 |
commit | 836125391a75094e4c7e157664bb00ffb86a8b37 (patch) | |
tree | fd0f7e13ffcfd8710a12fe0e498b97a1f24d6ad9 /supported-tools.md | |
parent | d6f5fb69ad49ad8377fafb2fdfe80819d39f5f01 (diff) | |
download | ale-836125391a75094e4c7e157664bb00ffb86a8b37.zip |
Adds fixer for golines (#3862)
* Adds fixer for golines
* Repositions golines docs to be in alphabetical order
* Fixes golines doc tag
* Fixes formatting for golines docs
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md index 863e7a6a..ff75c5ad 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -192,6 +192,7 @@ formatting. * [goimports](https://godoc.org/golang.org/x/tools/cmd/goimports) :warning: * [golangci-lint](https://github.com/golangci/golangci-lint) :warning: :floppy_disk: * [golangserver](https://github.com/sourcegraph/go-langserver) :warning: + * [golines](https://github.com/segmentio/golines) * [golint](https://godoc.org/github.com/golang/lint) * [gometalinter](https://github.com/alecthomas/gometalinter) :warning: :floppy_disk: * [gopls](https://github.com/golang/go/wiki/gopls) |