Go to file
Maurice Makaay b1484cb690 Slight improvement for the document-level error in case no key or table was found. 2019-06-27 22:54:54 +00:00
ast 100% compatibility with the BurntSushi tests established. 2019-06-27 22:43:17 +00:00
cmd/toml-test-decoder 100% compatibility with the BurntSushi tests established. 2019-06-27 22:43:17 +00:00
parse Slight improvement for the document-level error in case no key or table was found. 2019-06-27 22:54:54 +00:00
.gitignore Straightening out a few small wrinkles that came up from testing against the BurntSushi testset. 2019-06-27 22:01:56 +00:00
FIXME Added support for the BurntSushi TOML tests. 2019-06-27 13:58:13 +00:00
Makefile 100% compatibility with the BurntSushi tests established. 2019-06-27 22:43:17 +00:00
README.md Backup work, before switching from module development setup to standard GOPATH workspace setup (some tooling simply is not yet working with it, and I mainly miss refactoring a lot) 2019-06-27 07:36:24 +00:00
go.mod Added support for the BurntSushi TOML tests. 2019-06-27 13:58:13 +00:00
go.sum Backup work, before switching from module development setup to standard GOPATH workspace setup (some tooling simply is not yet working with it, and I mainly miss refactoring a lot) 2019-06-27 07:36:24 +00:00
toml.go Added support for the BurntSushi TOML tests. 2019-06-27 13:58:13 +00:00

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