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
- Host: GitHub
- URL: https://github.com/wechuli/go_math
- Owner: wechuli
- Created: 2020-02-14T09:18:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T10:12:03.000Z (over 6 years ago)
- Last Synced: 2026-01-13T02:52:16.289Z (5 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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