]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go: quote package directory when calling glob
authorIan Lance Taylor <iant@golang.org>
Fri, 10 Jun 2022 22:46:43 +0000 (15:46 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 14 Jun 2022 21:55:52 +0000 (21:55 +0000)
commitcb9bf93078c54187f5be9d8a65c81c249d12d3c5
tree3dd1dc5e31191f8980417a85a15edf096d5f1ab1
parentcad477c922b8b6f71e3f0968822841430516c639
cmd/go: quote package directory when calling glob

Fixes #53314

Change-Id: I4933b59ee247daec5cf96eb15c52ff54d3ec26a9
Reviewed-on: https://go-review.googlesource.com/c/go/+/411696
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
src/cmd/go/internal/clean/clean.go
src/cmd/go/internal/load/pkg.go
src/cmd/go/internal/modfetch/fetch.go
src/cmd/go/internal/str/path.go
src/cmd/go/testdata/script/embed_brackets.txt [new file with mode: 0644]