TOML 0.5.0 (#320)

go-toml now officially supports all TOML 0.5.0 features. If anything
does not work according to the spec, please file a bug!
This commit is contained in:
Thomas Pelletier
2019-10-25 14:53:56 -04:00
committed by GitHub
parent a89a075e1b
commit 903d9455db
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// Package toml is a TOML parser and manipulation library.
//
// This version supports the specification as described in
// https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.4.0.md
// https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.5.0.md
//
// Marshaling
//