Adapt modules to new core module and dir structure handling

This commit is contained in:
Daniel
2019-07-31 22:36:09 +02:00
parent 7a6189143c
commit 328fc9087f
15 changed files with 122 additions and 91 deletions

View File

@@ -5,7 +5,7 @@ import (
)
func init() {
modules.Register("network", nil, start, nil, "database")
modules.Register("network", nil, start, nil, "core")
}
func start() error {