reorganizes processing code
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank
2019-02-28 12:13:28 +01:00
parent 39f1932cc3
commit d78ecf4682
5 changed files with 475 additions and 443 deletions

View File

@@ -25,6 +25,11 @@ type GlobalConfig struct {
OtherFiles struct {
Action string `yaml:"Action"`
} `yaml:"OtherFiles"`
Directories struct {
Input string
Output string
}
}
var Config = new(GlobalConfig)