Documentation ¶
Index ¶
Constants ¶
View Source
const MinInt64 = -math.MaxInt64 - 1
MinInt64 is the smallest number representable as int64.
Variables ¶
View Source
var ( // MaxRepresentableTime is the greatest time that doesn't overflow when converted to unix nanoseconds. MaxRepresentableTime = time.Unix(0, math.MaxInt64) // MinRepresentableTime is the smallest time that doesn't overflow when converted to unix nanoseconds. MinRepresentableTime = time.Unix(0, MinInt64) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.