Clean up modules, remove base module, create testing helper

This commit is contained in:
Daniel
2020-03-20 23:03:28 +01:00
parent 544ede719c
commit f1a2a4d3e8
7 changed files with 152 additions and 165 deletions

View File

@@ -7,7 +7,7 @@ import (
)
func init() {
modules.Register("core", nil, startCore, nil, "base", "database", "config", "api", "random")
modules.Register("core", nil, startCore, nil, "database", "config", "api", "random")
}
func startCore() error {