8 lines
67 B
Go
8 lines
67 B
Go
package check
|
|
|
|
import "sync"
|
|
|
|
type LimitAfter struct {
|
|
sync.Map
|
|
}
|