Commit 34619d5d authored by Alberto Donizetti's avatar Alberto Donizetti

runtime/trace: comment newlines to restore correct doc summary

Fixes #26309

Change-Id: I0e0b61b885817e514aa46e299b00833f16e98b2a
Reviewed-on: https://go-review.googlesource.com/122898Reviewed-by: 's avatarАйнар Гарипов <gugl.zadolbal@gmail.com>
Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent c78b7693
...@@ -82,10 +82,10 @@ ...@@ -82,10 +82,10 @@
// //
// ctx, task := trace.NewTask(ctx, "makeCappuccino") // ctx, task := trace.NewTask(ctx, "makeCappuccino")
// trace.Log(ctx, "orderID", orderID) // trace.Log(ctx, "orderID", orderID)
//
// milk := make(chan bool) // milk := make(chan bool)
// espresso := make(chan bool) // espresso := make(chan bool)
//
// go func() { // go func() {
// trace.WithRegion(ctx, "steamMilk", steamMilk) // trace.WithRegion(ctx, "steamMilk", steamMilk)
// milk <- true // milk <- true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment