Skip to content

Commit

Permalink
Little simplification on README
Browse files Browse the repository at this point in the history
Signed-off-by: Ulysses Souza <[email protected]>
  • Loading branch information
ulyssessouza committed Mar 23, 2024
1 parent 650677c commit dc0c280
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 @@ -46,7 +46,7 @@ func main() {
if err != nil {
panic(err)
}
d := dao.NewDefaultDaoFromMap(nil)
d := dao.NewDefaultDao()
vars := envlang.GetVariablesFromInputStream(d, file)
fmt.Printf("FOO=%q\n", *vars["FOO"])
fmt.Printf("BAR=%q\n", *vars["BAR"])
Expand Down

0 comments on commit dc0c280

Please sign in to comment.