]> Cypherpunks repositories - gostls13.git/commit
cmd/go: replace backslash systematically in path of command
authorConstantin Konstantinidis <constantinkonstantinidis@gmail.com>
Fri, 2 May 2025 07:10:40 +0000 (09:10 +0200)
committerMichael Matloob <matloob@golang.org>
Thu, 8 May 2025 16:19:27 +0000 (09:19 -0700)
commit9c170f70e1c27f3f89f6175af0d9fa800931dbb8
treefdb7de6478cc96874b247013f72c0940a78df84a
parent8cd6d68a0881d2bc0081081a847bb36fc314e761
cmd/go: replace backslash systematically in path of command

Using the same method CleanPatterns harmonizes further accepted format of patterns in go command.

Fixes #24233

Change-Id: Idb8176df3a7949b16764cd6ea51d7a8966799e42
Reviewed-on: https://go-review.googlesource.com/c/go/+/669775
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
Reviewed-by: Michael Matloob <matloob@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/go/internal/load/pkg.go
src/cmd/go/internal/search/search.go
src/cmd/go/testdata/script/install_backslash.txt [new file with mode: 0644]