Skip to content

Commit 11b23f7

Browse files
committed
chore: readme
1 parent 8d39aeb commit 11b23f7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# envconfig
2-
![Coverage](https://img.shields.io/badge/Coverage-87.6%25-brightgreen)
3-
A small,
4-
dependency-free Go library for loading configuration from environment variables directly into your structs.
52

63
[![Go Reference](https://pkg.go.dev/badge/github.com/struct0x/envconfig.svg)](https://pkg.go.dev/github.com/struct0x/envconfig)
74
[![Go Report Card](https://goreportcard.com/badge/github.com/struct0x/envconfig)](https://goreportcard.com/report/github.com/struct0x/envconfig)
5+
![Coverage](https://img.shields.io/badge/Coverage-87.6%25-brightgreen)
6+
7+
A small,
8+
dependency-free Go library for loading configuration from environment variables directly into your structs.
89

910
It supports nested structs, prefixes, defaults, required fields,
1011
slices, maps, arrays, pointers, durations, and custom (un)marshalers.

0 commit comments

Comments
 (0)