Skip to content

zeroboo/serverutils

Repository files navigation

go-serverutils

Common tools to manage backend service & users Current release: v0.4.1

  1. Build
  2. Test
go test -timeout 300s github.com/zeroboo/serverutils -v
  1. 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