]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal: use pathpkg name more
authorcuishuang <imcusg@gmail.com>
Thu, 21 Nov 2024 09:14:21 +0000 (17:14 +0800)
committerGopher Robot <gobot@golang.org>
Sat, 15 Feb 2025 03:35:50 +0000 (19:35 -0800)
commit67903012f71b6ceff7a25758c33e77c47710fbf7
tree1e87cfba5a35d8ba5a30527e1944c493c02ed28e
parent1ce87bea470c3eae9be75f6e2848271588cc6ca2
cmd/go/internal: use pathpkg name more

The package "path" is already imported under the name pathpkg and used
many times in these files. It's not worth it to also make it available
under the name path, so keep using pathpkg.

Change-Id: I7f8fa7a11de338b9a7c0f58a48d5af68b5639cfe
Reviewed-on: https://go-review.googlesource.com/c/go/+/630475
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Sam Thanawalla <samthanawalla@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/cmd/go/internal/modfetch/proxy.go
src/cmd/go/internal/modload/load.go