Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request heetch#50 from heetch/fix-readme
Browse files Browse the repository at this point in the history
Add missing curly-bracket in README
  • Loading branch information
Yasss authored Nov 26, 2018
2 parents 653cbec + 70aaba5 commit f584518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ type Config struct {
Database struct {
URI string `config:"database-uri,required"`
}
}
```

If a field is a slice, Confita will automatically split the config value by commas and fill the slice with each sub value.
Expand Down

0 comments on commit f584518

Please sign in to comment.