]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.18: don't mention -buildinfo flag
authorIan Lance Taylor <iant@golang.org>
Wed, 19 Jan 2022 03:14:25 +0000 (19:14 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 19 Jan 2022 20:47:21 +0000 (20:47 +0000)
It was removed in CL 378576.

For #50501

Change-Id: I26b8f0e99a40fa5c616aa4849a6ab15dd0d072f8
Reviewed-on: https://go-review.googlesource.com/c/go/+/379314
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
doc/go1.18.html

index 133bfe0ef2b12d9ed78c7c068cbb8e612eea9e89..a43b65d0a21f391ec3ab99e6aa6e7928ad4756f1 100644 (file)
@@ -253,10 +253,10 @@ Do not send CLs removing the interior tags from such phrases.
   including build and tool tags (set with <code>-tags</code>), compiler,
   assembler, and linker flags (like <code>-gcflags</code>), whether cgo was
   enabled, and if it was, the values of the cgo environment variables
-  (like <code>CGO_CFLAGS</code>). This information may be omitted using the
-  flag <code>-buildinfo=false</code>. Both VCS and build information may be
-  read together with module information using <code>go</code>
-  <code>version</code> <code>-m</code> <code>file</code> or
+  (like <code>CGO_CFLAGS</code>).
+  Both VCS and build information may be read together with module
+  information using
+  <code>go</code> <code>version</code> <code>-m</code> <code>file</code> or
   <code>runtime/debug.ReadBuildInfo</code> (for the currently running binary)
   or the new <a href="#debug/buildinfo"><code>debug/buildinfo</code></a>
   package.