mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00:00
doc/go1.17: fix typo: avoding -> avoiding
This commit is contained in:
parent
5e191f8f48
commit
a2d59d5551
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 -->
|
||||
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,
|
||||
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
|
||||
the <code>go</code> command maintains <em>explicit</em> requirements in
|
||||
the <code>go.mod</code> file for every dependency that provides any package
|
||||
|
|
Loading…
Reference in a new issue