summaryrefslogtreecommitdiff
path: root/www/go-toml-pelletier/DESCR
blob: f4910da2718817cf4ef530ebb41ffd8a0acc3c7a (plain)
1
2
3
4
5
TOML stands for Tom's Obvious, Minimal Language. This Go package provides a
reflection interface similar to Go's standard library json and xml packages.
This package also supports the encoding.TextUnmarshaler and
encoding.TextMarshaler interfaces so that you can define custom data
representations.