diff --git a/README.md b/README.md index 005b51e..943102b 100644 --- a/README.md +++ b/README.md @@ -68,4 +68,9 @@ What methods this package have: 1. `LoadConfig [T any] (configFile string) (T, error)` for loading without overriding 2. `LoadConfigWithEnv [T any] (configFile string) (T, error)` for loading with override -## 3. Full example \ No newline at end of file +## 3. Full example + +A full example could be found in the test `TestLoadJSONConfigWithEnvOverride` ![test_file](./config_loader_test.go) +In This test were set 3 variables of different types: `bool`, `int` and `float` + +Real App usage will be shown later after this package Release && usage in `Ferrum Community Authorization Server` \ No newline at end of file