go-toml/README.md

10 lines
305 B
Markdown

## TOML encoder/decoder for Go
TOML stands for Tom's Obvious, Minimal Language. This go package provides a
decoder and an encoder for TOML.
Specification: https://github.com/toml-lang/toml
Compatible with TOML version
[v0.5.0](https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.5.0.md)