1
0
mirror of https://github.com/golang/go synced 2024-11-17 10:04:43 -07:00

cmd/go: fix a typo in mod_lazy_new_import.txt

x/y -> a/y
This commit is contained in:
tangxi666 2021-11-27 13:13:09 +08:00 committed by GitHub
parent fad67f8a53
commit 8a35dddbc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
#