runtime: migrate internal/syscall to internal/runtime

For #65355

Change-Id: I5fefe30dcb520159de565e61dafc74a740fc8730
Reviewed-on: https://go-review.googlesource.com/c/go/+/559715
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
This commit is contained in:
Andy Pan 2024-01-31 17:10:49 +08:00 committed by Michael Pratt
parent cdf3249d74
commit 05c0579621
29 changed files with 10 additions and 10 deletions

View file

@ -31,7 +31,7 @@ package coverage
// slot: 6 path='runtime/internal/math' hard-coded id: 6
// slot: 7 path='internal/bytealg' hard-coded id: 7
// slot: 8 path='internal/goexperiment'
// slot: 9 path='runtime/internal/syscall' hard-coded id: 8
// slot: 9 path='internal/runtime/syscall' hard-coded id: 8
// slot: 10 path='runtime' hard-coded id: 9
// fatal error: runtime.addCovMeta
//
@ -55,7 +55,7 @@ var rtPkgs = [...]string{
"runtime/internal/math",
"internal/bytealg",
"internal/goexperiment",
"runtime/internal/syscall",
"internal/runtime/syscall",
"runtime",
}