diff options
author | Wim <wim@42.be> | 2017-03-25 19:13:47 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2017-03-25 19:13:47 +0100 |
commit | be15cc8a36ed3c207251f9b92815781f2fa8618d (patch) | |
tree | 2acd08d74feb3cbcd747bdc1f8628469a9899528 /vendor/github.com/BurntSushi/toml/doc.go | |
parent | 2f68519b3c6b5a70028882c99afeb76f291b7725 (diff) | |
download | matterbridge-msglm-be15cc8a36ed3c207251f9b92815781f2fa8618d.tar.gz matterbridge-msglm-be15cc8a36ed3c207251f9b92815781f2fa8618d.tar.bz2 matterbridge-msglm-be15cc8a36ed3c207251f9b92815781f2fa8618d.zip |
Update vendored toml. Adds support for inline tables
Diffstat (limited to 'vendor/github.com/BurntSushi/toml/doc.go')
-rw-r--r-- | vendor/github.com/BurntSushi/toml/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/BurntSushi/toml/doc.go b/vendor/github.com/BurntSushi/toml/doc.go index fe268000..b371f396 100644 --- a/vendor/github.com/BurntSushi/toml/doc.go +++ b/vendor/github.com/BurntSushi/toml/doc.go @@ -4,7 +4,7 @@ files via reflection. There is also support for delaying decoding with the Primitive type, and querying the set of keys in a TOML document with the MetaData type. -The specification implemented: https://github.com/mojombo/toml +The specification implemented: https://github.com/toml-lang/toml The sub-command github.com/BurntSushi/toml/cmd/tomlv can be used to verify whether a file is a valid TOML document. It can also be used to print the |