Skip to content

Commit

Permalink
Improved documentation. (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
qqiao committed May 2, 2022
1 parent 385488a commit 0af9c5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# buildinfo

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

### Installation

Expand All @@ -11,4 +12,6 @@ The `buildinfo` package is a go module, so simply using:
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 usage examples.

Please refer to [source code documentation](https://pkg.go.dev/github.com/qqiao/buildinfo)
for API documentation and examples.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/*
Package buildinfo contains helper functions to help embed build information
into an application.
into applications.
*/
package buildinfo

0 comments on commit 0af9c5e

Please sign in to comment.