Skip to content

Commit 3512019

Browse files
committed
feat: adds Go Report Card
1 parent cec258b commit 3512019

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

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

55
[![Go Reference](https://pkg.go.dev/badge/github.com/struct0x/envconfig.svg)](https://pkg.go.dev/github.com/struct0x/envconfig)
6+
[![Go Report Card](https://goreportcard.com/badge/github.com/struct0x/envconfig)](https://goreportcard.com/report/github.com/struct0x/envconfig)
67

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

0 commit comments

Comments
 (0)