# README
go-common
git clone xxx
go mod init github.com/valuetodays/go-common
# add some code, push a tag
git tag -a v0.0.1 -m ''
git push origin v0.0.1
# and use by other project
go get github.com/valuetodays/go-common
# or
go get github.com/valuetodays/[email protected]