This commit is contained in:
Yun
2023-09-17 18:05:01 +08:00
parent 1bbc7db405
commit b58d50778d
14 changed files with 661 additions and 16 deletions
+3 -1
View File
@@ -2,10 +2,12 @@ package runtimex_test
import (
"testing"
"yunink/app/pkg/runtimex"
"code.yun.ink/open/utils/runtimex"
)
func TestGetgId(t *testing.T) {
t.Log("测试获取goroutine_id")
t.Log("goroutine_id:", runtimex.GetGid())
}