Commit 6eb84227 authored by Steven Allen's avatar Steven Allen

cr: group related variables

License: MIT
Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
parent 429c4b53
...@@ -13,8 +13,10 @@ import ( ...@@ -13,8 +13,10 @@ import (
var log = logging.Logger("socket-activation") var log = logging.Logger("socket-activation")
var socketsMu sync.Mutex var (
var sockets map[string][]manet.Listener socketsMu sync.Mutex
sockets map[string][]manet.Listener
)
func initSockets() { func initSockets() {
if sockets != nil { if sockets != nil {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment