Please read CONTRIBUTING.md
Version: v0.5.0
Installation method: Go
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!
Please read CONTRIBUTING.md
Version: v0.5.0
Installation method: Go
Golang now enables installing via
go install <package>@<version>(whichgets andbuilds) and does not allowgo getoutside of go modules anymore, so on the install section of the readme it would be nice to have that change reflected!