We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a2cc4 commit a9d9a2aCopy full SHA for a9d9a2a
README.md
@@ -68,4 +68,9 @@ What methods this package have:
68
1. `LoadConfig [T any] (configFile string) (T, error)` for loading without overriding
69
2. `LoadConfigWithEnv [T any] (configFile string) (T, error)` for loading with override
70
71
-## 3. Full example
+## 3. Full example
72
+
73
+A full example could be found in the test `TestLoadJSONConfigWithEnvOverride` 
74
+In This test were set 3 variables of different types: `bool`, `int` and `float`
75
76
+Real App usage will be shown later after this package Release && usage in `Ferrum Community Authorization Server`
0 commit comments