@ -1,10 +0,0 @@
package main
import (
"sync"
)
// connection manager
type CM struct {
mu sync.Mutex
}