From 834e36ec778c11b068a2d5354343d4668e5a9ceb Mon Sep 17 00:00:00 2001 From: "Bryan C. Mills" Date: Thu, 28 Oct 2021 16:23:51 -0400 Subject: [PATCH] net/http: restore generated // +build comment The upstream cmd/bundle tool does not yet omit it, and the longtest builders test that the generated file is not modified. For #41184. Change-Id: Ib68f532139ed1436cbaf3a756f300fe60f520cab Reviewed-on: https://go-review.googlesource.com/c/go/+/359484 Trust: Bryan C. Mills Run-TryBot: Bryan C. Mills Reviewed-by: Dmitri Shuralyov Reviewed-by: David Chase TryBot-Result: Go Bot --- src/net/http/h2_bundle.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/net/http/h2_bundle.go b/src/net/http/h2_bundle.go index df98232824e..29226d4065e 100644 --- a/src/net/http/h2_bundle.go +++ b/src/net/http/h2_bundle.go @@ -1,4 +1,5 @@ //go:build !nethttpomithttp2 +// +build !nethttpomithttp2 // Code generated by golang.org/x/tools/cmd/bundle. DO NOT EDIT. // $ bundle -o=h2_bundle.go -prefix=http2 -tags=!nethttpomithttp2 golang.org/x/net/http2