gordonklaus / ineffassign

Detect ineffectual assignments in Go code.
MIT License
390 stars 22 forks source link

docs: update install instructions #87

Closed estensen closed 7 months ago

estensen commented 7 months ago

go get currently modifies the go.mod file and that's probably not what you want installing a linter. Use go install instead.

https://go.dev/ref/mod