diff options
| author | Damien Neil <dneil@google.com> | 2026-02-26 16:14:02 -0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2026-03-12 08:07:20 -0700 |
| commit | 93893efc692814a582653baa53d252efaedc286b (patch) | |
| tree | 0ed6766ca6706dc70c0ca7e4b5b237d607a1a0b3 /src/net/http/internal/http2/errors.go | |
| parent | aa4370313de198c22cbaea9665ea6b5330425953 (diff) | |
| download | go-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.go | 2 |
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 ( |
