pelletier / go-toml

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

Encode: define and fix newlines behavior when using omitempty #798

Closed pelletier closed 2 years ago

pelletier commented 2 years ago

Ref #786

Note: this does not address the omitempty flag being passed down incorrectly.