...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
BurntSushi
/
toml
/
internal
/
toml-test
/
tests
/
invalid
/
table
/
duplicate-key-dotted-table2.toml
Documentation:
github.com/BurntSushi/toml/internal/toml-test/tests/invalid/table
1
[fruit]
2
apple.taste.sweet = true
3
4
[fruit.apple.taste] # INVALID
View as plain text