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