mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-24 17:35:53 +03:00
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.
This commit is contained in:
@@ -21,7 +21,7 @@ var (
|
||||
//
|
||||
// Expvars may be filtered by regexp provided via 'r' query argument.
|
||||
//
|
||||
// See https://golang.org/pkg/expvar/ for details.
|
||||
// See https://pkg.go.dev/expvar for details.
|
||||
func ExpvarHandler(ctx *fasthttp.RequestCtx) {
|
||||
expvarHandlerCalls.Add(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user