commit | 737f94c0881e29b4716eaee98f9621f35898e725 | [log] [tgz] |
---|---|---|
author | Jonathan Amsterdam <jba@google.com> | Fri May 14 11:04:09 2021 -0400 |
committer | Jonathan Amsterdam <jba@google.com> | Fri May 14 18:08:18 2021 +0000 |
tree | 9ab6d15164e725c8f9397d35e0f5a490a3220e50 | |
parent | bd7cc9f9ec6664127f264c29d5cd30e64339b623 [diff] |
event: propagate trace context TraceBuilder.Start returns the context that the trace handler returns. It also makes sure that Builder.End is called with that context. Change-Id: I5c6a02aab08f89147f5b40b4f3556a682e2f8697 Reviewed-on: https://go-review.googlesource.com/c/exp/+/320089 Trust: Jonathan Amsterdam <jba@google.com> Run-TryBot: Jonathan Amsterdam <jba@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Cottrell <iancottrell@google.com>
This subrepository holds experimental and deprecated (in the old
directory) packages.
The idea for this subrepository originated as the pkg/exp
directory of the main repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been created to make it possible to go get
these packages.
Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository or other subrepository, or they may be modified arbitrarily or even disappear altogether.
In short, code in this subrepository is not subject to the Go 1 compatibility promise. (No subrepo is, but the promise is even more likely to be violated by go.exp than the others.)
Caveat emptor.