mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime,internal: move runtime/internal/math to internal/runtime/math
Cleanup and friction reduction. Updates #65355. Change-Id: I6c4fcd409d044c00d16561fe9ed2257877d73f5b Reviewed-on: https://go-review.googlesource.com/c/go/+/600435 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
fe87b586c0
commit
f9eb3e3cd5
17 changed files with 19 additions and 19 deletions
|
|
@ -28,7 +28,7 @@ package coverage
|
|||
// slot: 3 path='internal/goos'
|
||||
// slot: 4 path='runtime/internal/sys' hard-coded id: 5
|
||||
// slot: 5 path='internal/abi' hard-coded id: 4
|
||||
// slot: 6 path='runtime/internal/math' hard-coded id: 6
|
||||
// slot: 6 path='internal/runtime/math' hard-coded id: 6
|
||||
// slot: 7 path='internal/bytealg' hard-coded id: 7
|
||||
// slot: 8 path='internal/goexperiment'
|
||||
// slot: 9 path='internal/runtime/syscall' hard-coded id: 8
|
||||
|
|
@ -52,7 +52,7 @@ var rtPkgs = [...]string{
|
|||
"internal/chacha8rand",
|
||||
"runtime/internal/sys",
|
||||
"internal/abi",
|
||||
"runtime/internal/math",
|
||||
"internal/runtime/math",
|
||||
"internal/bytealg",
|
||||
"internal/goexperiment",
|
||||
"internal/runtime/syscall",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue