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/user_api/user.go
2024-09-02 02:24:46 +08:00

8 lines
74 B
Go

package user_api
import "sync"
type UserAPI struct{}
var mu sync.Mutex