9 lines
306 B
Go
9 lines
306 B
Go
// Package toml provides a decoder and an encoder for TOML.
|
|
// TOML stands for Tom's Obvious, Minimal Language.
|
|
//
|
|
// 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)
|
|
package toml
|