go-client icon indicating copy to clipboard operation
go-client copied to clipboard

Updated readme

Open mooreds opened this issue 1 year ago • 1 comments

this shows how to install at a given version and addresses https://github.com/FusionAuth/go-client/issues/72

mooreds avatar Apr 03 '23 17:04 mooreds

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).

andrius4669 avatar Jul 26 '23 19:07 andrius4669