]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add tracing instrumentation to load.TestPackagesFor
authorMichael Matloob <matloob@golang.org>
Mon, 22 Jun 2020 22:39:10 +0000 (18:39 -0400)
committerMichael Matloob <matloob@golang.org>
Mon, 17 Aug 2020 18:31:55 +0000 (18:31 +0000)
commit38fea3a4ec97fbcfad1f2d329f3a12c53cc36301
tree89aef6c9f5685224b5517a933419f155521922d4
parent15b98e55d195bd876203506d5f513546dd4e3b36
cmd/go: add tracing instrumentation to load.TestPackagesFor

This change adds tracing instrumentation into load.TestPackagesFor,
propagating context through its callers.

Updates #38714

Change-Id: I80fefaf3116ccccffaa8bb7613a656bda867394c
Reviewed-on: https://go-review.googlesource.com/c/go/+/248323
Run-TryBot: Michael Matloob <matloob@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/internal/list/list.go
src/cmd/go/internal/load/test.go
src/cmd/go/internal/test/test.go
src/cmd/go/internal/vet/vet.go