]> Cypherpunks repositories - gostls13.git/commit
go/build: do not suggest runtime.Version in comment
authorRuss Cox <rsc@golang.org>
Tue, 13 Nov 2018 03:20:17 +0000 (22:20 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 13 Nov 2018 13:35:15 +0000 (13:35 +0000)
commita48a666bc89d355205550d43a9fdf1a9c507a123
tree135d62d75a1829df9d2c38ea4cbc45a4a3bbf476
parentde50ea3cd848f187766825402f8d6c8109536443
go/build: do not suggest runtime.Version in comment

The form of runtime.Version is not guaranteed to be helpful.
Do not suggest it. (The suggestion was added in CL 136215.)

Change-Id: I3227d2e66b6ce860b7e62d7ba531c18fb173823c
Reviewed-on: https://go-review.googlesource.com/c/149258
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/go/build/doc.go