mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
doc/go1.17: fix typo "avoding" -> "avoiding"
Change-Id: Ice4a6e7ec8175caf3f049ac1ca39929059f90e9c
GitHub-Last-Rev: a2d59d5551
GitHub-Pull-Request: golang/go#46227
Reviewed-on: https://go-review.googlesource.com/c/go/+/320729
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
Trust: Alberto Donizetti <alb.donizetti@gmail.com>
This commit is contained in:
parent
5e191f8f48
commit
8b0901fd32
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ Do not send CLs removing the interior tags from such phrases.
|
||||||
<p><!-- golang.org/issue/36460 -->
|
<p><!-- golang.org/issue/36460 -->
|
||||||
If a module specifies <code>go</code> <code>1.17</code> or higher in its
|
If a module specifies <code>go</code> <code>1.17</code> or higher in its
|
||||||
<code>go.mod</code> file, its transitive requirements are now loaded lazily,
|
<code>go.mod</code> file, its transitive requirements are now loaded lazily,
|
||||||
avoding the need to download or read <code>go.mod</code> files for
|
avoiding the need to download or read <code>go.mod</code> files for
|
||||||
otherwise-irrelevant dependencies. To support lazy loading, in Go 1.17 modules
|
otherwise-irrelevant dependencies. To support lazy loading, in Go 1.17 modules
|
||||||
the <code>go</code> command maintains <em>explicit</em> requirements in
|
the <code>go</code> command maintains <em>explicit</em> requirements in
|
||||||
the <code>go.mod</code> file for every dependency that provides any package
|
the <code>go.mod</code> file for every dependency that provides any package
|
||||||
|
|
Loading…
Reference in a new issue