runtime: migrate internal/atomic to internal/runtime

For #65355

Change-Id: I65dd090fb99de9b231af2112c5ccb0eb635db2be
Reviewed-on: https://go-review.googlesource.com/c/go/+/560155
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ibrahim Bazoka <ibrahimbazoka729@gmail.com>
Auto-Submit: Emmanuel Odeke <emmanuel@orijtech.com>
This commit is contained in:
Andy Pan 2024-02-01 10:21:14 +08:00 committed by Gopher Robot
parent b1182f22c0
commit 4c2b1e0feb
129 changed files with 249 additions and 249 deletions

View file

@ -9,7 +9,7 @@ import (
"internal/cpu"
"internal/goarch"
"internal/goos"
"runtime/internal/atomic"
"internal/runtime/atomic"
"runtime/internal/sys"
"unsafe"
)