From: Ian Lance Taylor Date: Fri, 28 May 2021 00:19:12 +0000 (-0700) Subject: doc/go1.17: document new go/build/BuildContext.ToolTags field X-Git-Tag: go1.17beta1~70 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6f58088bd8;p=gostls13.git doc/go1.17: document new go/build/BuildContext.ToolTags field For #44513 Change-Id: Ib21af742e574fcaa7e38bb437d42dbeed9d01f0b Reviewed-on: https://go-review.googlesource.com/c/go/+/323350 Trust: Ian Lance Taylor Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.17.html b/doc/go1.17.html index 9480b1205c..65d8efdc1b 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -413,6 +413,17 @@ Do not send CLs removing the interior tags from such phrases. +
go/build
+
+

+ The new + Context.ToolTags + field holds the build tags appropriate to the current Go + toolchain configuration. +

+
+
+
io/fs