We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a7d5d commit f321b0aCopy full SHA for f321b0a
1 file changed
README.md
@@ -2,6 +2,8 @@
2
A small,
3
dependency-free Go library for loading configuration from environment variables directly into your structs.
4
5
+[](https://pkg.go.dev/github.com/struct0x/envconfig)
6
+
7
It supports nested structs, prefixes, defaults, required fields,
8
slices, maps, arrays, pointers, durations, and custom (un)marshalers.
9
A helper is provided to read variables from a .env file.
0 commit comments