mox/vendor/github.com/mjl-/sconf
2024-03-27 10:08:15 +01:00
..
.gitignore mox! 2023-01-30 14:27:06 +01:00
describe.go add comment about the sconf config file format at the top of the config files 2023-09-21 08:59:10 +02:00
doc.go mox! 2023-01-30 14:27:06 +01:00
LICENSE mox! 2023-01-30 14:27:06 +01:00
Makefile mox! 2023-01-30 14:27:06 +01:00
parse.go update to latest sconf, which now gives more helpful error messages about some invalid config lines, like one with only whitespace 2024-03-27 10:08:15 +01:00
README.txt mox! 2023-01-30 14:27:06 +01:00
sconf.go mox! 2023-01-30 14:27:06 +01:00

sconf - simple config files

See https://godoc.org/github.com/mjl-/sconf for documentation.

# todo
- deal better with unexpected types. need to use canset?