提交
This commit is contained in:
@@ -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())
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user