Skip to content

Commit

Permalink
runtime/trace: comment newlines to restore correct doc summary
Browse files Browse the repository at this point in the history
Fixes golang#26309

Change-Id: I0e0b61b885817e514aa46e299b00833f16e98b2a
Reviewed-on: https://go-review.googlesource.com/122898
Reviewed-by: Айнар Гарипов <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
ALTree committed Jul 10, 2018
1 parent c78b769 commit 34619d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/trace/trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@
//
// ctx, task := trace.NewTask(ctx, "makeCappuccino")
// trace.Log(ctx, "orderID", orderID)

//
// milk := make(chan bool)
// espresso := make(chan bool)

//
// go func() {
// trace.WithRegion(ctx, "steamMilk", steamMilk)
// milk <- true
Expand Down

0 comments on commit 34619d5

Please sign in to comment.