BurntSushi / toml

TOML parser for Golang with reflection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README references incorrect usage of Decode()

msoulier opened this issue · comments

Your example of Decode in the README returns only an error, while in fact it returns meta, err.

Oops, thanks for letting me know!