antonmedv / walk

Terminal file manager
MIT License
3.24k stars 88 forks source link

go get soon to be deprecated for installing #6

Closed christophberger closed 1 year ago

christophberger commented 2 years ago

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!

antonmedv commented 1 year ago

Fixed