Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.
}
```