pelletier / go-toml

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

Encode: fix support for arrays #876

Closed MrJetBOX closed 1 year ago

MrJetBOX commented 1 year ago

This change allows encoding fixed size arrays. Current version generates error: toml: cannot encode value of type array.

pelletier commented 1 year ago

Can't believe I missed that! Thanks a lot for the patch!