|
||
---|---|---|
ast | ||
cmd/burntsushi-tester | ||
parse | ||
parse2 | ||
.gitignore | ||
Makefile | ||
README.md | ||
go.mod | ||
go.sum | ||
toml.go |
README.md
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