constants

package
v0.7.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2021 License: Apache-2.0, BSD-2-Clause Imports: 2 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL