Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // !! note that time.Unix(1<<63-1, 999999999) will result an overflow and break the Before/After logic // ref: https://github.com/golang/go/issues/39477 MaxTime = time.Unix(1<<62, 999999999) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.