]> Cypherpunks repositories - gostls13.git/commit
build/constraint: update doc to mention a feature added in Go 1.17
authorCristian Greco <sacrogemini@gmail.com>
Sun, 3 Jul 2022 11:04:04 +0000 (11:04 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 4 Jul 2022 14:31:39 +0000 (14:31 +0000)
commitceda93ed673294f0ce5eb3a723d563091bff0a39
treea1ee1d6eb779902f43c77675294855c93565008d
parent3cf79d96105d890d7097d274804644b2a2093df1
build/constraint: update doc to mention a feature added in Go 1.17

The pkg documentation mentions that the "//go:build" syntax "will be"
added in Go 1.17. In fact, it has been added in that Go release, so the
documentation can now be updated.

Change-Id: I72f24063c3be62d97ca78bf724d56599f5f19460
GitHub-Last-Rev: 4371886f6ce9f2c2a370df047a5baa1f122c681f
GitHub-Pull-Request: golang/go#53647
Reviewed-on: https://go-review.googlesource.com/c/go/+/415774
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/go/build/constraint/expr.go