Open MattWindsor91 opened 4 years ago
We currently use burntsushi/toml, which is a dead project that only supports TOML 0.4.
This is a pain point inasmuch as it prevents us from using dotted keys, and ACT's config is very nested.
We could move to a more modern TOML library, such as pelletier/go-toml, but this would involve rewriting a lot of marshalling logic.
We currently use burntsushi/toml, which is a dead project that only supports TOML 0.4.
This is a pain point inasmuch as it prevents us from using dotted keys, and ACT's config is very nested.
We could move to a more modern TOML library, such as pelletier/go-toml, but this would involve rewriting a lot of marshalling logic.