Update README.md
This commit is contained in:
parent
64108c1977
commit
0e5b876117
@ -221,7 +221,7 @@ Examples:
|
|||||||
Log Log `json:"log" yaml:"log" env:"DB_LOG_" cli:"log database log configurations"`
|
Log Log `json:"log" yaml:"log" env:"DB_LOG_" cli:"log database log configurations"`
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Then, you can parse them like below:
|
Then, you can parse as below:
|
||||||
```golang
|
```golang
|
||||||
dbConfig := Database{}
|
dbConfig := Database{}
|
||||||
|
|
||||||
@ -251,3 +251,6 @@ Then, you can parse them like below:
|
|||||||
|
|
||||||
You don't need call all of them. Invokes parsing function that your need.
|
You don't need call all of them. Invokes parsing function that your need.
|
||||||
|
|
||||||
|
## License
|
||||||
|
This project is licensed under the Apache License Version 2.0.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user