You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Golang now enables installing via go install <package>@<version>(which gets and builds) and does not allow go get outside of go modules anymore, so on the install section of the readme it would be nice to have that change reflected!
The text was updated successfully, but these errors were encountered:
Please read CONTRIBUTING.md
Version: v0.5.0
Installation method: Go
Golang now enables installing via
go install <package>@<version>
(whichget
s andbuild
s) and does not allowgo get
outside of go modules anymore, so on the install section of the readme it would be nice to have that change reflected!The text was updated successfully, but these errors were encountered: