nix-amer/internal/cnf
Adrien Marquès 27ace57523 Update CI and do not use github import path anymore
- use local self-hosted ci : drone instead of circle
- add go modules support
- update import path to be local : git.xdrm.io/go/nix-amer instead of
github.com/xdrm-brackets/nix-amer
2019-11-18 14:27:19 +01:00
..
parser Update CI and do not use github import path anymore 2019-11-18 14:27:19 +01:00
bash.go Update CI and do not use github import path anymore 2019-11-18 14:27:19 +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 Update CI and do not use github import path anymore 2019-11-18 14:27:19 +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