nix-amer/internal/cnf
Adrien Marquès b752906d15 add minimal test to test ANY lines in bash decoder/encoder 2018-11-18 21:56:50 +01:00
..
parser fix cnf/parser/bash to restore ANY-typed lines + restore comments at the end of assignment lines properly 2018-11-18 21:50:02 +01:00
bash.go add bash (environment variable export) file format 2018-11-18 19:08:18 +01:00
bash_test.go add minimal test to test ANY lines in bash decoder/encoder 2018-11-18 21:56:50 +01:00
common.go update cnf/common interface to implement io.ReaderFrom + io.WriterTo | tested ini+json file update 2018-11-11 01:05:14 +01:00
ini.go fix: cnf make cnf/* configuration formats more strict and not to include themselves (to really find out the good format) | add tests | TODO: json is a subset of yaml, create my own YAML parser that is strict to the 'well-known' YAML syntax 2018-11-15 17:26:11 +01:00
ini_test.go unexport cnf/Json to json and cnf/Ini to ini 2018-11-11 15:34:00 +01:00
json.go unexport cnf/Json to json and cnf/Ini to ini 2018-11-11 15:34:00 +01:00
json_test.go unexport cnf/Json to json and cnf/Ini to ini 2018-11-11 15:34:00 +01:00
loader.go fix tests 2018-11-18 19:09:28 +01:00
loader_test.go fix: cnf make cnf/* configuration formats more strict and not to include themselves (to really find out the good format) | add tests | TODO: json is a subset of yaml, create my own YAML parser that is strict to the 'well-known' YAML syntax 2018-11-15 17:26:11 +01:00
nginx.go fix cnf/nginx | udpate tests 2018-11-15 12:04:45 +01:00
nginx_test.go fix cnf/nginx | udpate tests 2018-11-15 12:04:45 +01:00
yaml.go add support for YAML format cnf/yaml + tests 2018-11-11 18:07:29 +01:00
yaml_test.go add support for YAML format cnf/yaml + tests 2018-11-11 18:07:29 +01:00