Skip to content

Commit

Permalink
Add Go doc badge in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vasayxtx committed Dec 13, 2024
1 parent 50c7173 commit 341c6f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Common Go packages for writing applications, services, and tools

[![GoDoc Widget]][GoDoc]

The project includes the following packages:

+ [config](./config) - loading configuration from environment variables, files, and `io.Reader`. YAML and JSON formats are supported out of the box.
Expand Down Expand Up @@ -274,4 +276,7 @@ Service logs:

Copyright © 2024 Acronis International GmbH.

Licensed under [MIT License](./LICENSE).
Licensed under [MIT License](./LICENSE).

[GoDoc]: https://pkg.go.dev/github.com/acronis/go-appkit
[GoDoc Widget]: https://godoc.org/github.com/acronis/go-appkit?status.svg

0 comments on commit 341c6f7

Please sign in to comment.