Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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())
}
```