~xenrox/go-scfg

Allow to set empty strings

Something like this in the config file

    test ""

would currently fail with the following error:

   directive "test": want 1 params, got 0

By allowing go-scfg to read empty strings, it would be possible to set
default values, but still allow users to unset those.
76adf4ae — Simon Ser 8 months ago
Include line number in error messages
e042ab15 — Simon Ser 11 months ago
Use own word splitting function

scfg word splitting is a bit different than shlex'. Let's just
implement our own parser.
c2c7a15d — Simon Ser 2 years ago
readme: switch to godocs.io
142a8aa6 — Simon Ser 3 years ago
readme: add link to mailing list
764b187d — Simon Ser 3 years ago
readme: link to spec
5bd575b4 — Simon Ser 3 years ago
readme: add GoDoc badge
4ffdf74d — Simon Ser 3 years ago
Initial commit