Common tools to manage backend service & users Current release: v0.4.1
- Build
- Test
go test -timeout 300s github.com/zeroboo/serverutils -v
- Publish: Example with VERSION=v0.4.1
- Tag on git
git tag $VERSION
git push origin $VERSION
- Publish go
SET GOPROXY=proxy.golang.org
go list -m github.com/zeroboo/serverutils@$VERSION