pelletier / go-toml

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

Fix ordered encoding #883

Closed msaf1980 closed 10 months ago

msaf1980 commented 1 year ago

Fix for issue #882 (Ordered encoded results is incorrect in some cases (simple type after map or complex slice)

pelletier commented 10 months ago

Closing this as go-toml v1 isn't receiving any update, and 2.1.0 has been released, which brings back commented to allow you to update to it.