Add subsystems package and make modules able to be turned off and on

This commit is contained in:
Daniel 2020-02-18 15:40:36 +01:00
parent 432743ccc2
commit b4f014574b
17 changed files with 1488 additions and 391 deletions

View file

@ -12,7 +12,6 @@ func init() {
}
func parseFlags() error {
// parse flags
flag.Parse()