This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
schisandra-cloud-album/api/client_api/client.go
2024-09-04 18:58:13 +08:00

8 lines
78 B
Go

package client_api
import "sync"
type ClientAPI struct{}
var mu sync.Mutex