aboutsummaryrefslogtreecommitdiff
path: root/header_test.go
diff options
context:
space:
mode:
authorGravatar Oleksandr Redko <oleksandr.red+github@gmail.com> 2023-02-11 13:59:44 +0200
committerGravatar GitHub <noreply@github.com> 2023-02-11 19:59:44 +0800
commit5147cecec7d2afedb510e9e5b7a3fb7f35022653 (patch)
treed8242937d34e26d87e407e5648661e6f02e19b1e /header_test.go
parentRefactor golangci-lint config and remove redundant nolints (#1486) (diff)
downloadfasthttp-5147cecec7d2afedb510e9e5b7a3fb7f35022653.tar.gz
fasthttp-5147cecec7d2afedb510e9e5b7a3fb7f35022653.tar.bz2
fasthttp-5147cecec7d2afedb510e9e5b7a3fb7f35022653.zip
docs: replace links to golang.org with go.dev (#1489)
- Replace https://godoc.org with https://pkg.go.dev. - Replace https://golang.org with https://go.dev. - Replace https://golang.org/pkg with https://pkg.go.dev. - Replace https://blog.golang.org with https://go.dev/blog. - Use https://pkg.go.dev/golang.org/x/net/http2 instead of non-existing https://http2.golang.org/. - Remove trailing slashes.
Diffstat (limited to 'header_test.go')
-rw-r--r--header_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/header_test.go b/header_test.go
index 94120bb..0129f3f 100644
--- a/header_test.go
+++ b/header_test.go
@@ -111,7 +111,7 @@ func TestResponseHeaderMultiLineName(t *testing.T) {
t.Parallel()
s := "HTTP/1.1 200 OK\r\n" +
- "Host: golang.org\r\n" +
+ "Host: go.dev\r\n" +
"Gopher-New-\r\n" +
" Line: This is a header on multiple lines\r\n" +
"\r\n"