We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eaf4d1 commit 891547eCopy full SHA for 891547e
doc/go1.17.html
@@ -150,7 +150,7 @@ <h4 id="graph-pruning">Pruned module graphs in <code>go 1.17</code> modules</h4>
150
the pruned module graph, the <code>go.mod</code> file for each module needs to
151
include more detail about the transitive dependencies relevant to that module.
152
If a module specifies <code>go</code> <code>1.17</code> or higher in its
153
- <code>go.mod</code> file, its <codeg>go.mod</code> file now contains an
+ <code>go.mod</code> file, its <code>go.mod</code> file now contains an
154
explicit <a href="/ref/mod#go-mod-file-require"><code>require</code>
155
directive</a> for every module that provides a transitively-imported package.
156
(In previous versions, the <code>go.mod</code> file typically only included
0 commit comments