8 lines
78 B
Go
8 lines
78 B
Go
package client_api
|
|
|
|
import "sync"
|
|
|
|
type ClientAPI struct{}
|
|
|
|
var mu sync.Mutex
|