aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRyuji Iwata <qt.luigi@gmail.com>2021-01-26 12:53:08 +0000
committerTobias Klauser <tobias.klauser@gmail.com>2021-01-27 08:36:43 +0000
commit210f70e298cf7e45a2b2638545228a44c78740de (patch)
treec4167f361698e08ed1e688d97a655e1a44aa7f64 /doc
parent0f797f168d1aec8481ee43ace57d3209aee93dba (diff)
downloadgo-210f70e298cf7e45a2b2638545228a44c78740de.tar.gz
go-210f70e298cf7e45a2b2638545228a44c78740de.zip
doc/go1.16: fix closing brace in .Export format
A parenthesis of go list "-f" flag format is double curly braces. Change-Id: Ifd38e0b0ae3c46272a4acd65584818228168b7c6 GitHub-Last-Rev: b46030492b5caf18fe127621fdf92cbec4c03ad5 GitHub-Pull-Request: golang/go#43924 Reviewed-on: https://go-review.googlesource.com/c/go/+/286752 Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Tobias Klauser <tobias.klauser@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.16.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.16.html b/doc/go1.16.html
index 7ddb4a935e..3a45940479 100644
--- a/doc/go1.16.html
+++ b/doc/go1.16.html
@@ -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>