Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/promacanthus/autobuildversion
Automatically set Golang app build version.
https://github.com/promacanthus/autobuildversion
Last synced: 2 days ago
JSON representation
Automatically set Golang app build version.
- Host: GitHub
- URL: https://github.com/promacanthus/autobuildversion
- Owner: promacanthus
- License: mit
- Created: 2021-10-31T06:32:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T07:12:17.000Z (about 3 years ago)
- Last Synced: 2024-11-18T20:50:04.984Z (2 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# autobuildversion
Automatically set go version and git commit id.
## Installation
```go
go get -u github.com/Promacanthus/autobuildversion
```## Quick Start
```go
import _ "github.com/Promacanthus/autobuildversion"func main(){
// Your application logic here.
}
```