https://github.com/chai2010/version
get go-app version
https://github.com/chai2010/version
Last synced: about 1 month ago
JSON representation
get go-app version
- Host: GitHub
- URL: https://github.com/chai2010/version
- Owner: chai2010
- License: bsd-3-clause
- Created: 2019-09-07T01:48:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T14:53:32.000Z (over 5 years ago)
- Last Synced: 2025-10-04T18:48:40.758Z (about 1 month ago)
- Language: Go
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- *赞助 BTC: 1Cbd6oGAUUyBi7X7MaR4np4nTmQZXVgkCW*
- *赞助 ETH: 0x623A3C3a72186A6336C79b18Ac1eD36e1c71A8a6*
- *Go语言付费QQ群: 1055927514*
----
# get go-app version
```go
package main
import (
"fmt"
"github.com/chai2010/version"
)
func main() {
fmt.Println(version.GetVersion().JSONString())
fmt.Println(version.GetVersionString())
}
```