aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/objabi
diff options
context:
space:
mode:
authorDavid Chase <drchase@google.com>2024-07-23 11:18:08 -0400
committerDavid Chase <drchase@google.com>2024-07-23 19:05:16 +0000
commitf9eb3e3cd59c1cf38a98f2367c6c8dc180db9a95 (patch)
tree353717360b2a0422aeaa7a33e8654295d5bc76f9 /src/cmd/internal/objabi
parentfe87b586c036ae7ad25e22896cb90f95421545fe (diff)
downloadgo-f9eb3e3cd59c1cf38a98f2367c6c8dc180db9a95.tar.xz
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>
Diffstat (limited to 'src/cmd/internal/objabi')
-rw-r--r--src/cmd/internal/objabi/pkgspecial.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/internal/objabi/pkgspecial.go b/src/cmd/internal/objabi/pkgspecial.go
index c34ede53fe..2772226c93 100644
--- a/src/cmd/internal/objabi/pkgspecial.go
+++ b/src/cmd/internal/objabi/pkgspecial.go
@@ -47,7 +47,7 @@ var runtimePkgs = []string{
"internal/runtime/atomic",
"internal/runtime/exithook",
- "runtime/internal/math",
+ "internal/runtime/math",
"runtime/internal/sys",
"internal/runtime/syscall",