const math.MaxInt64
11 uses
math (current package)
const.go#L50: MaxInt64 = 1<<63 - 1
math/big
float.go#L815: return math.MaxInt64, Below
float.go#L824: return math.MaxInt64, Below
github.com/go-pg/migrations/v8
collection.go#L442: target := int64(math.MaxInt64)
go.uber.org/zap
field.go#L37: _maxTimeInt64 = time.Unix(0, math.MaxInt64)
golang.org/x/net/trace
histogram.go#L302: upperBound = math.MaxInt64
google.golang.org/grpc/internal/transport
defaults.go#L31: infinity = time.Duration(math.MaxInt64)
http_util.go#L217: const maxHours = math.MaxInt64 / int64(time.Hour)
http_util.go#L220: return time.Duration(math.MaxInt64), nil
google.golang.org/protobuf/types/known/durationpb
duration.pb.go#L189: return time.Duration(math.MaxInt64)
mime/multipart
formdata.go#L48: maxValueBytes = math.MaxInt64
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)