...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
BurntSushi
/
toml
/
internal
/
toml-test
/
tests
/
valid
/
table
/
array-table-array.toml
Documentation:
github.com/BurntSushi/toml/internal/toml-test/tests/valid/table
1
[[a]]
2
[[a.b]]
3
[a.b.c]
4
d = "val0"
5
[[a.b]]
6
[a.b.c]
7
d = "val1"
View as plain text