...

Text file src/github.com/peterbourgon/ff/v3/fftoml/testdata/table.toml

Documentation: github.com/peterbourgon/ff/v3/fftoml/testdata

     1[string]
     2key = "a string"
     3[float]
     4[float.nested]
     5key = 1.23
     6[strings.nested]
     7key = ["one", "two", "three"]

View as plain text