1
0
mirror of https://github.com/golang/go synced 2024-11-11 20:01:37 -07:00

fix closing brace in .Export format

This commit is contained in:
Ryuji Iwata 2021-01-26 21:31:39 +09:00
parent 8634a234df
commit b46030492b

View File

@ -275,7 +275,7 @@ Do not send CLs removing the interior tags from such phrases.
When the <code>-export</code> flag is specified, the <code>BuildID</code>
field is now set to the build ID of the compiled package. This is equivalent
to running <code>go</code> <code>tool</code> <code>buildid</code> on
<code>go</code> <code>list</code> <code>-exported</code> <code>-f</code> <code>{{.Export}</code>,
<code>go</code> <code>list</code> <code>-exported</code> <code>-f</code> <code>{{.Export}}</code>,
but without the extra step.
</p>