An open API service indexing awesome lists of open source software.

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

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
```