File: array-of-tables-0.toml

package info (click to toggle)
golang-toml 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,684 kB
  • sloc: makefile: 4
file content (11 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
[[products]]
name = "Hammer"
sku = 738594937

[[products]]  # empty table within the array

[[products]]
name = "Nail"
sku = 284758393

color = "gray"