...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
BurntSushi
/
toml
/
internal
/
toml-test
/
tests
/
valid
/
array
/
nested-double.toml
Documentation:
github.com/BurntSushi/toml/internal/toml-test/tests/valid/array
1
nest = [
2
[
3
["a"],
4
[1, 2, [3]]
5
]
6
]
View as plain text