Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chai2010/version
get go-app version
https://github.com/chai2010/version
Last synced: 3 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T14:53:32.000Z (almost 5 years ago)
- Last Synced: 2024-10-06T01:18:20.437Z (3 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- 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 mainimport (
"fmt""github.com/chai2010/version"
)func main() {
fmt.Println(version.GetVersion().JSONString())
fmt.Println(version.GetVersionString())
}
```