8 lines
92 B
Go
8 lines
92 B
Go
package client_controller
|
|
|
|
import "sync"
|
|
|
|
type ClientController struct{}
|
|
|
|
var mu sync.Mutex
|