Skip to content

Commit f321b0a

Browse files
committed
chore: adds Go reference link
1 parent 16a7d5d commit f321b0a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
A small,
33
dependency-free Go library for loading configuration from environment variables directly into your structs.
44

5+
[![Go Reference](https://pkg.go.dev/badge/github.com/struct0x/envconfig.svg)](https://pkg.go.dev/github.com/struct0x/envconfig)
6+
57
It supports nested structs, prefixes, defaults, required fields,
68
slices, maps, arrays, pointers, durations, and custom (un)marshalers.
79
A helper is provided to read variables from a .env file.

0 commit comments

Comments
 (0)