Skip to content

Commit

Permalink
fixed README.md example
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiz Augusto Volpi Nascimento committed Dec 18, 2019
1 parent da105fd commit dd05c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type Config struct {

func main() {
var config Config
gonfig.Load("config.toml", &config)
gonfig.Load(&config,"config.toml")
fmt.Printf("%v", config)
}
```
Expand Down

0 comments on commit dd05c97

Please sign in to comment.