naoina / toml

TOML parser and encoder library for Golang
MIT License
294 stars 50 forks source link

Change upstream type in fork #58

Open jp-imx opened 2 months ago

jp-imx commented 2 months ago

In a fork of https://github.com/ethereum/go-ethereum/, I'm adding a field to ethconfig.Confg and then setting that field in the corresponding toml file. The library fails saying ethconfig.Config does not have the field in the file.

Is there a bug with resolving the correct type in the library?

jp-imx commented 2 months ago

See example in this fork: https://github.com/jp-imx/go-ethereum/pull/1/files