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:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user