mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime,internal: move runtime/internal/sys to internal/runtime/sys
Cleanup and friction reduction For #65355. Change-Id: Ia14c9dc584a529a35b97801dd3e95b9acc99a511 Reviewed-on: https://go-review.googlesource.com/c/go/+/600436 Reviewed-by: Keith Randall <khr@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Keith Randall <khr@golang.org>
This commit is contained in:
parent
f9eb3e3cd5
commit
fc5073bc15
70 changed files with 89 additions and 89 deletions
|
|
@ -26,7 +26,7 @@ package coverage
|
|||
// slot: 1 path='internal/goarch' hard-coded id: 2
|
||||
// slot: 2 path='internal/runtime/atomic' hard-coded id: 3
|
||||
// slot: 3 path='internal/goos'
|
||||
// slot: 4 path='runtime/internal/sys' hard-coded id: 5
|
||||
// slot: 4 path='internal/runtime/sys' hard-coded id: 5
|
||||
// slot: 5 path='internal/abi' hard-coded id: 4
|
||||
// slot: 6 path='internal/runtime/math' hard-coded id: 6
|
||||
// slot: 7 path='internal/bytealg' hard-coded id: 7
|
||||
|
|
@ -50,7 +50,7 @@ var rtPkgs = [...]string{
|
|||
"internal/runtime/atomic",
|
||||
"internal/goos",
|
||||
"internal/chacha8rand",
|
||||
"runtime/internal/sys",
|
||||
"internal/runtime/sys",
|
||||
"internal/abi",
|
||||
"internal/runtime/math",
|
||||
"internal/bytealg",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue