installing executables with 'go get' is deprecated

go get: installing executables with 'go get' in module mode is deprecated.
        Use 'go install pkg@version' instead.
        For more information, see https://golang.org/doc/go-get-install-deprecation
This commit is contained in:
avdb 2021-12-11 19:26:48 +00:00 committed by ddc
parent 024449375f
commit 4956057d04
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ assets page.
### Via Go ### Via Go
```bash ```bash
go get -u github.com/six-ddc/plow go install github.com/six-ddc/plow@latest
``` ```
### Via Homebrew ### Via Homebrew