aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/internal/http2/errors.go
diff options
context:
space:
mode:
authorDamien Neil <dneil@google.com>2026-02-26 16:14:02 -0800
committerGopher Robot <gobot@golang.org>2026-03-12 08:07:20 -0700
commit93893efc692814a582653baa53d252efaedc286b (patch)
tree0ed6766ca6706dc70c0ca7e4b5b237d607a1a0b3 /src/net/http/internal/http2/errors.go
parentaa4370313de198c22cbaea9665ea6b5330425953 (diff)
downloadgo-93893efc692814a582653baa53d252efaedc286b.tar.xz
net/http/internal/http2: make tests pass
Remove the "//go:build ignore" lines from the initial import and make the minimal changes required for tests to pass in the new package location. For #67810 Change-Id: I243f4d4a2e269266786a22a7eb8fb17d6a6a6964 Reviewed-on: https://go-review.googlesource.com/c/go/+/751700 Auto-Submit: Damien Neil <dneil@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Nicholas Husin <husin@google.com> Reviewed-by: Nicholas Husin <nsh@golang.org>
Diffstat (limited to 'src/net/http/internal/http2/errors.go')
-rw-r--r--src/net/http/internal/http2/errors.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/http/internal/http2/errors.go b/src/net/http/internal/http2/errors.go
index 87200cf03d..f2067dabc5 100644
--- a/src/net/http/internal/http2/errors.go
+++ b/src/net/http/internal/http2/errors.go
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build ignore
-
package http2
import (