mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
doc(layer): use go install
replace go get
Problem: Starting in Go 1.17, `go get` is deprecated. Solution: use `go install` instead.
This commit is contained in:
parent
14d75c0441
commit
4ea483fdae
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user