]> Cypherpunks repositories - gostls13.git/commit
cmd/go: create temporary cleanup script
authorIan Alexander <jitsu@google.com>
Thu, 2 Oct 2025 15:15:34 +0000 (11:15 -0400)
committerIan Alexander <jitsu@google.com>
Wed, 15 Oct 2025 14:30:13 +0000 (07:30 -0700)
commit36086e85f842e8ed2c03be2542a6cc211603abbc
treeb827d79ad95bdcbe69cf9b00cb4e82f9f3a2b258
parent7056c71d320bea2e1cafbb4f8863513ed50a4256
cmd/go: create temporary cleanup script

This is a large series of sed commands to cleanup after successful use
of the `rf inject` command.  This script will be used to refactor the
codebase to eliminate global state within the module loader.  Once
that effort is complete, this script will be removed.

This commit is part of the overall effort to eliminate global
modloader state.

Change-Id: If04926b5ca5b7230f91ac98fe4a82c20ef5f73ee
Reviewed-on: https://go-review.googlesource.com/c/go/+/709978
Reviewed-by: Michael Matloob <matloob@golang.org>
TryBot-Bypass: Ian Alexander <jitsu@google.com>
Commit-Queue: Ian Alexander <jitsu@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/cmd/go/internal/rf-cleanup.zsh [new file with mode: 0755]