go-client
go-client copied to clipboard
Updated readme
this shows how to install at a given version and addresses https://github.com/FusionAuth/go-client/issues/72
FYI golang's @latest
version selector (and I think default go get
without any selector) would resolve to proper version tag instead of latest git if tags were prefixed with v character as in v1.44.0
.
Changing versioning scheme may be better option due to better integration with go tooling & IDEs (eg vscode allows bumping versions in go.mod).