diff options
-rw-r--r-- | supported-tools.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/supported-tools.md b/supported-tools.md index f49b5a02..2ce2e5e9 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -233,8 +233,8 @@ formatting. * [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) - * [gopls](https://github.com/golang/go/wiki/gopls) - * [gosimple](https://github.com/dominikh/go-tools/tree/master/cmd/gosimple) :warning: :floppy_disk: + * [gopls](https://github.com/golang/tools/blob/master/gopls/README.md) + * [gosimple](https://staticcheck.io/changes/2019.2/#deprecated) :warning: :floppy_disk: * [gotype](https://godoc.org/golang.org/x/tools/cmd/gotype) :warning: :floppy_disk: * [revive](https://github.com/mgechev/revive) :warning: :floppy_disk: * [staticcheck](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) :warning: :floppy_disk: |