Skip to content

Commit 430808a

Browse files
authored
Update README.md
1 parent c40f08e commit 430808a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type Config struct {
3636
}
3737
}
3838

39-
c := &Config{}
39+
c := Config{}
4040

4141
err := env.Load(&c)
4242
if err != nil {

0 commit comments

Comments
 (0)