mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
b1182f22c0
commit
4c2b1e0feb
129 changed files with 249 additions and 249 deletions
|
|
@ -9,7 +9,7 @@ import (
|
|||
"internal/cpu"
|
||||
"internal/goarch"
|
||||
"internal/goos"
|
||||
"runtime/internal/atomic"
|
||||
"internal/runtime/atomic"
|
||||
"runtime/internal/sys"
|
||||
"unsafe"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue