const math.MinInt64
9 uses
math (current package)
const.go#L47: MinInt64 = -1 << 63
math/big
float.go#L810: return math.MinInt64, acc
float.go#L820: return math.MinInt64, Above
github.com/jackc/pgtype
convert.go#L241: if srcVal < math.MinInt64 {
int8.go#L53: if int64(value) < math.MinInt64 {
numeric.go#L36: var bigMinInt64 *big.Int = big.NewInt(math.MinInt64)
github.com/prometheus/common/model
time.go#L36: Earliest = Time(math.MinInt64)
go.opentelemetry.io/otel/api/metric
number.go#L54: return NewInt64Number(math.MinInt64)
google.golang.org/protobuf/types/known/durationpb
duration.pb.go#L187: return time.Duration(math.MinInt64)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |