go/src/context
Russ Cox 91ebed3fd2 all: make safe for new vet analyzer
The unused analyzer handles dot imports now, so a few tests
have picked up vet errors. This CL errors like:

context/x_test.go:524:47: result of context.WithValue call not used

Change-Id: I711a62fd7b50381f8ea45ac526bf0c946a171047
Reviewed-on: https://go-review.googlesource.com/c/go/+/493598
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
2023-05-08 20:18:40 +00:00
..
afterfunc_test.go context: add AfterFunc 2023-04-19 19:13:01 +00:00
benchmark_test.go context: implement Context.Value using iteration rather than recursion 2021-10-02 00:44:24 +00:00
context.go context: add AfterFunc 2023-04-19 19:13:01 +00:00
context_test.go context: add AfterFunc 2023-04-19 19:13:01 +00:00
example_test.go context: add AfterFunc 2023-04-19 19:13:01 +00:00
net_test.go
x_test.go all: make safe for new vet analyzer 2023-05-08 20:18:40 +00:00