package runtimex_test import ( "testing" "code.yun.ink/open/utils/runtimex" ) func TestGetgId(t *testing.T) { t.Log("测试获取goroutine_id") t.Log("goroutine_id:", runtimex.GetGid()) }