]> Cypherpunks repositories - gostls13.git/commit
runtime/internal: clean up completely
authorJes Cok <xigua67damn@gmail.com>
Fri, 7 Mar 2025 01:04:13 +0000 (01:04 +0000)
committerMichael Pratt <mpratt@google.com>
Tue, 11 Mar 2025 19:26:32 +0000 (12:26 -0700)
commit31658ace9d277b7322413e9c3a21528bdc6db884
tree91e85f1fda5b63625c343558e2ff96af2b6d6904
parent598df45fceb6e10d643ed0c07a3df80cffd507f1
runtime/internal: clean up completely

We've been slowly moving packages from runtime/internal to
internal/runtime. For now, runtime/internal only has test packages.

It's a good chance to clean up the references to runtime/internal
in the toolchain.

For #65355.

Change-Id: Ie6f9091a44511d0db9946ea6de7a78d3afe9f063
GitHub-Last-Rev: fad32e2e81d11508e734c3c3d3b0c1da583f89f5
GitHub-Pull-Request: golang/go#72137
Reviewed-on: https://go-review.googlesource.com/c/go/+/655515
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
17 files changed:
src/cmd/dist/test.go
src/cmd/go/internal/load/pkg.go
src/cmd/internal/objabi/pkgspecial.go
src/cmd/link/internal/ld/data.go
src/internal/runtime/startlinetest/func_amd64.go [moved from src/runtime/internal/startlinetest/func_amd64.go with 100% similarity]
src/internal/runtime/startlinetest/func_amd64.s [moved from src/runtime/internal/startlinetest/func_amd64.s with 100% similarity]
src/internal/runtime/wasitest/host_test.go [moved from src/runtime/internal/wasitest/host_test.go with 100% similarity]
src/internal/runtime/wasitest/nonblock_test.go [moved from src/runtime/internal/wasitest/nonblock_test.go with 100% similarity]
src/internal/runtime/wasitest/tcpecho_test.go [moved from src/runtime/internal/wasitest/tcpecho_test.go with 100% similarity]
src/internal/runtime/wasitest/testdata/nonblock.go [moved from src/runtime/internal/wasitest/testdata/nonblock.go with 100% similarity]
src/internal/runtime/wasitest/testdata/tcpecho.go [moved from src/runtime/internal/wasitest/testdata/tcpecho.go with 100% similarity]
src/net/file_wasip1_test.go
src/runtime/atomic_pointer.go
src/runtime/panic.go
src/runtime/pprof/protomem_test.go
src/runtime/preempt.go
src/runtime/start_line_amd64_test.go