1
This commit is contained in:
@@ -9,6 +9,11 @@ import (
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
)
|
||||
|
||||
func TestName(t *testing.T) {
|
||||
fmt.Println(1 | 2)
|
||||
fmt.Println(1 | 6)
|
||||
|
||||
}
|
||||
func TestLimitSpeed(t *testing.T) {
|
||||
limiter := New(map[string]*LimiterConfig{
|
||||
"limited1persecond": &LimiterConfig{
|
||||
|
||||
Reference in New Issue
Block a user