We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4637c9 commit a1e2bb1Copy full SHA for a1e2bb1
1 file changed
README.md
@@ -4,8 +4,9 @@ Package config load configuration values into given struct.
4
5
The struct must be passed by reference.
6
7
-Fields can have the `env` tag which defines the key of the value. If no tag provided, the key will be the
8
-uppercase full path of the field (all the fields names starting the root until current field, joined by underscore).
+Fields must be exported. Unexported fields will be ignored. They can have the `env` tag which defines the key
+of the value. If no tag provided, the key will be the uppercase full path of the field (all the fields names
9
+starting the root until current field, joined by underscore).
10
11
The `json` tag will be used for loading from JSON.
12
0 commit comments