func golang.org/x/net/internal/httpsfv.ParseInteger
3 uses
golang.org/x/net/internal/httpsfv (current package)
httpsfv.go#L373: func ParseInteger(s string) (parsed int64, ok bool) {
httpsfv.go#L545: if n, ok := ParseInteger(s[1:]); !ok {
golang.org/x/net/http2
frame.go#L1315: if u, ok := httpsfv.ParseInteger(val); ok && u >= 0 && u <= 7 {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)