const math.MinInt64
4 uses
math (current package)
const.go#L51: MinInt64 = -1 << 63 // -9223372036854775808
math/big
float.go#L818: return math.MinInt64, acc
float.go#L828: return math.MinInt64, Above
go.uber.org/zap
field.go#L37: _minTimeInt64 = time.Unix(0, math.MinInt64)
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |