mox/vendor/github.com/mjl-/sconf
Mechiel Lukkien 9534e464f9
add comment about the sconf config file format at the top of the config files
hopefully this helps admins editing the file and prevent mistakes about config files.

for issue #56 by kikoreis, thanks!
2023-09-21 08:59:10 +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 add comment about the sconf config file format at the top of the config files 2023-09-21 08:59:10 +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?