doc.go 267 B

12345678910
  1. /*
  2. Package toml provides facilities for decoding TOML configuration files
  3. via reflection.
  4. Specification: https://github.com/mojombo/toml
  5. Use github.com/BurntSushi/toml/tomlv to check whether a file is valid
  6. TOML or not, with helpful error messages.
  7. */
  8. package toml