mirror of
https://github.com/safing/portbase
synced 2026-05-05 07:20:06 +00:00
Fix linter errors and update deps
This commit is contained in:
parent
3f3305d8c2
commit
8a0c3a077c
9 changed files with 20 additions and 22 deletions
|
|
@ -9,12 +9,10 @@ var (
|
|||
// DefaultRegistry is the default registry
|
||||
// that is used by the module-level API.
|
||||
DefaultRegistry = NewRegistry()
|
||||
|
||||
module *modules.Module
|
||||
)
|
||||
|
||||
func init() {
|
||||
module = modules.Register("runtime", nil, startModule, nil, "database")
|
||||
modules.Register("runtime", nil, startModule, nil, "database")
|
||||
}
|
||||
|
||||
func startModule() error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue