mirror of
https://github.com/golang/go
synced 2024-11-17 12:34:46 -07:00
cmd/go: fix a typo in mod_lazy_new_import.txt
x/y -> a/y
Change-Id: If24970623731098bb72345b8f4c8518b563bbec8
GitHub-Last-Rev: 8a35dddbc1
GitHub-Pull-Request: golang/go#49813
Reviewed-on: https://go-review.googlesource.com/c/go/+/367202
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
This commit is contained in:
parent
7e1260f62b
commit
9f2a075df9
@ -7,7 +7,7 @@
|
||||
# \
|
||||
# ---- a/y (new) ---- c
|
||||
#
|
||||
# Where a/x and x/y are disjoint packages, but both contained in module a.
|
||||
# Where a/x and a/y are disjoint packages, but both contained in module a.
|
||||
#
|
||||
# The module dependency graph initially looks like:
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user