Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/qqiao/buildinfo
- Owner: qqiao
- License: apache-2.0
- Created: 2017-04-10T03:47:04.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T07:42:16.000Z (over 2 years ago)
- Last Synced: 2024-10-12T08:08:15.250Z (3 months ago)
- Language: Go
- Homepage: https://pkg.go.dev/github.com/qqiao/buildinfo
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.