diff --git a/docs/layers/lang/go.md b/docs/layers/lang/go.md index f055056ef..917be8a4b 100644 --- a/docs/layers/lang/go.md +++ b/docs/layers/lang/go.md @@ -32,7 +32,7 @@ After the installation, run `:GoInstallBinaries` inside vim. To enable tagbar support, you need to install [gotags](https://github.com/jstemmer/gotags): ```sh -go get -u github.com/jstemmer/gotags +go install github.com/jstemmer/gotags@latest ``` ## Features