mox/vendor/github.com/mjl-/sconf
2024-06-10 18:02:47 +02: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, for improved error messages for mixed tab/space indenting in config files 2024-06-10 18:02:47 +02: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?