Categorygithub.com/valuetodays/go-common
repository
0.0.17
Repository: https://github.com/valuetodays/go-common.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# 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]