Go client for AirVantage device management REST API.
As Go uses a specific version format we cannot use the usual YY.MM.<counter> numbering scheme. We can use v1.YYMM..<counter> instead.
You simply need to create a tag and push it
git tag v1.2501.1
git push origin tag v1.2501.1Then you can fetch the version in other Go project
go get github.com/AirVantage/airvantage-api-go@v1.2501.1