https://github.com/zeroboo/serverutils
Common tools to manage backend service & users
https://github.com/zeroboo/serverutils
Last synced: 2 months ago
JSON representation
Common tools to manage backend service & users
- Host: GitHub
- URL: https://github.com/zeroboo/serverutils
- Owner: zeroboo
- License: mit
- Created: 2022-09-05T04:46:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T09:50:40.000Z (about 2 years ago)
- Last Synced: 2025-02-07T03:24:20.961Z (4 months ago)
- Language: Go
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-serverutils
Common tools to manage backend service & users
Current release: v0.4.1
##1. Build
2. Test```console
go test -timeout 300s github.com/zeroboo/serverutils -v
```3. Publish:
Example with VERSION=v0.4.1
- Tag on git```console
git tag $VERSION
git push origin $VERSION
```
- Publish go
```console
SET GOPROXY=proxy.golang.org
go list -m github.com/zeroboo/serverutils@$VERSION
```