Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 411 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 411 Bytes

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