diff options
Diffstat (limited to 'svc/init.go')
-rw-r--r-- | svc/init.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svc/init.go b/svc/init.go index fe83145..edd081c 100644 --- a/svc/init.go +++ b/svc/init.go @@ -5,7 +5,6 @@ import ( "log" "os" "os/signal" - "sync" "time" "github.com/getwtxt/registry" @@ -47,7 +46,6 @@ var twtxtCache = registry.NewIndex() // List of other registries submitted to this registry var remoteRegistries = &RemoteRegistries{ - Mu: sync.RWMutex{}, List: make([]string, 0), } |