Documentation
¶
Index ¶
Constants ¶
View Source
const NowKey = "now"
NowKey the string that represents now.
Variables ¶
View Source
var ( // OperationDivide the divide operator. OperationDivide operation = '/' // OperationAdd the add operator. OperationAdd operation = '+' // OperationSubtract the subtract operator. OperationSubtract operation = '-' // OperationNone the none operator. OperationNone operation = '_' )
Functions ¶
Types ¶
type Unit ¶
type Unit rune
Unit the time unit
Click to show internal directories.
Click to hide internal directories.