https://github.com/qomaindo-dev/go-checkpatchversion
To validate the application version.
https://github.com/qomaindo-dev/go-checkpatchversion
Last synced: about 1 month ago
JSON representation
To validate the application version.
- Host: GitHub
- URL: https://github.com/qomaindo-dev/go-checkpatchversion
- Owner: qomaindo-dev
- License: mit
- Created: 2023-08-11T02:05:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T03:02:18.000Z (almost 3 years ago)
- Last Synced: 2025-03-02T16:24:29.356Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-checkpatchversion
To validate the application version.
Where do we know for the application to have a version arrangement like the following:
4.1.2 => major "." minor "." patches
So here I am trying to make a simple example to validate the application version using Golang.
Good Luck and Hope it helps you.