...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
BurntSushi
/
toml
/
internal
/
toml-test
/
tests
/
valid
/
spec
/
array-1.toml
Documentation:
github.com/BurntSushi/toml/internal/toml-test/tests/valid/spec
1
integers2 = [
2
1, 2, 3
3
]
4
5
integers3 = [
6
1,
7
2, # this is ok
8
]
View as plain text