Categorygithub.com/semmet95/go_utils
repositorypackage
0.1.0
Repository: https://github.com/semmet95/go_utils.git
Documentation: pkg.go.dev

# README

How To: Publish your changes

After commiting and pushing your changes, create and push the next tag using the following as an example:

git tag v0.0.8
git push origin v0.0.8

Now, publish the module to https://pkg.go.dev/: with the latest tag

GOPROXY=proxy.golang.org go list -m github.com/semmet95/[email protected]