package gotrace_id import ( "testing" ) func TestContext(t *testing.T) { ctx := CustomTraceIdContext() t.Log(ctx) t.Log(GetTraceIdContext(ctx)) }