Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 426 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 426 Bytes

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 for API documentation and examples.