kisielk / godepgraph

A Go dependency graph visualization tool
MIT License
1.06k stars 90 forks source link

[README] go get -> go install #47

Closed barrettj12 closed 2 years ago

barrettj12 commented 2 years ago

From https://go.dev/doc/go-get-install-deprecation :

Starting in Go 1.17, installing executables with go get is deprecated. go install may be used instead.

We use the version suffix @latest so that go install will ignore a go.mod in the cwd.

kisielk commented 2 years ago

Cool, thank you