...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
BurntSushi
/
toml
/
internal
/
toml-test
/
tests
/
invalid
/
table
/
duplicate-key-table.toml
Documentation:
github.com/BurntSushi/toml/internal/toml-test/tests/invalid/table
1
[fruit]
2
type = "apple"
3
4
[fruit.type]
5
apple = "yes"
View as plain text