fusenapi/utils/check/limit.go
2023-08-31 10:10:46 +08:00

8 lines
67 B
Go

package check
import "sync"
type LimitAfter struct {
sync.Map
}