2
0

Update README.md

This commit is contained in:
eschao 2017-12-13 11:09:01 +08:00 committed by GitHub
parent 64108c1977
commit 0e5b876117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,7 +221,7 @@ Examples:
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
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.
## License
This project is licensed under the Apache License Version 2.0.