walk
walk copied to clipboard
go get soon to be deprecated for installing
Hint - go get
currently requires a @version
suffix when used outside the module dir, e.g. go get github.com/antonmedv/llama@latest
. With Go 1.18 go get
will be replaced by go install
for installing Go binaries from their module path. You might want to change the readme accordingly.
See Deprecation of 'go get' for installing executables - go.dev for details.
A nice tool BTW!