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

https://github.com/wechuli/go_math

repo for learning go modules feature
https://github.com/wechuli/go_math

Last synced: 5 months ago
JSON representation

repo for learning go modules feature

Awesome Lists containing this project

README

          

# Semantic Versioning

vMAJOR.MINOR.PATCH

e.g v1.2.3

git tag -a v1.0.0 -m "initial release"

git push origin master --tags