]> Cypherpunks repositories - gostls13.git/commit
runtime: re-add import in trace.go
authorRhys Hiltner <rhys@justin.tv>
Tue, 3 May 2022 20:55:40 +0000 (13:55 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 3 May 2022 21:11:24 +0000 (21:11 +0000)
commit23f13255f0a5a3dd34ee31b64e45fa87efadcb43
treebb69abaa1eacfd1d22b27199e18272fb18f7a6da
parentd24c65d8bfb24b7064d49ec49b418ef273dc17f2
runtime: re-add import in trace.go

CL 400795, which uses the runtime/internal/atomic package in trace.go,
raced against CL 397014 removing that import. Re-add the import.

Change-Id: If847ec23f9a0fdff91dab07e93d9fb1b2efed85b
Reviewed-on: https://go-review.googlesource.com/c/go/+/403845
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Rhys Hiltner <rhys@justin.tv>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/runtime/trace.go