``` feat(pet): 重构宠物繁殖系统,添加蛋孵化功能
This commit is contained in:
14
common/utils/timer/timer_wheel_utils_test.go
Normal file
14
common/utils/timer/timer_wheel_utils_test.go
Normal file
@@ -0,0 +1,14 @@
|
||||
// Copyright 2020-2024 guonaihong, antlabs. All rights reserved.
|
||||
//
|
||||
// mit license
|
||||
package timer
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func Test_Get10Ms(t *testing.T) {
|
||||
|
||||
fmt.Printf("%v:%d", get10Ms(), get10Ms())
|
||||
}
|
||||
Reference in New Issue
Block a user