mirror of https://github.com/golang/go.git
cmd/go/internal/modcmd: fix typo in comment
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
parent
6133c1e4e2
commit
0cb78ae1c1
|
|
@ -495,7 +495,7 @@ func copyDir(dst, src string, match func(dir string, info fs.DirEntry) bool, cop
|
|||
}
|
||||
|
||||
// checkPathCollisions will fail if case-insensitive collisions are present.
|
||||
// The reason why we do this check in go mod vendor is to keep consistentcy
|
||||
// The reason why we do this check in go mod vendor is to keep consistency
|
||||
// with go build. If modifying, consider changing load() in
|
||||
// src/cmd/go/internal/load/pkg.go
|
||||
func checkPathCollisions(modpkgs map[module.Version][]string) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue