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:
Oleksandr Redko
2023-02-11 13:59:44 +02:00
committed by GitHub
parent 934f04e330
commit 5147cecec7
9 changed files with 89 additions and 89 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ func updateFSCounters(ctx *fasthttp.RequestCtx) {
}
}
// Various counters - see https://golang.org/pkg/expvar/ for details.
// Various counters - see https://pkg.go.dev/expvar for details.
var (
// Counter for total number of fs calls
fsCalls = expvar.NewInt("fsCalls")