proposal: testing: add additional data to testing.T.Context · Issue #70480 · golang/go
Proposal Details The accepted proposal #36532 added a Context method to testing.T, which is great, but I can think of two straightforward ways to improve its usefulness further: Expose T.Deadline()...