File: unmarshal-array-5.toml

package info (click to toggle)
golang-github-naoina-toml 0.1.1-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 416 kB
  • sloc: makefile: 7
file content (7 lines) | stat: -rw-r--r-- 65 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# unmarshal-array-5.toml

ints = [
  1,
  2 # this is ok
  , 3
]