pelletier / go-toml

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

Encode: fix embedded struct with explicit field name #773

Closed pelletier closed 2 years ago

pelletier commented 2 years ago

Embedded structs with explicit field names (using toml tag) should be unmarshalled from a table instead of inline.

Fixes #772