pelletier / go-toml

Go library for the TOML file format
https://github.com/pelletier/go-toml
Other
1.68k stars 208 forks source link

unstable/parser: add raw to integers #890

Closed pelletier closed 10 months ago

pelletier commented 10 months ago

Fill in the Raw attribute for integers. It's a prerequisite to display better error messages, and can be useful to users of the Parser API.