Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qqiao/buildinfo

Buildinfo is a library that provides an easy solution to embed build information into applications.
https://github.com/qqiao/buildinfo

Last synced: about 2 months ago
JSON representation

Buildinfo is a library that provides an easy solution to embed build information into applications.

Awesome Lists containing this project

README

        

# buildinfo

Buildinfo is a library that provides an easy solution to embed build
information into applications.

### Installation

The `buildinfo` package is a go module, so simply using:

go get github.com/qqiao/buildinfo

in your application's go module should make it available.

### Usage

Please refer to [source code documentation](https://pkg.go.dev/github.com/qqiao/buildinfo)
for API documentation and examples.