Documentation
¶
Overview ¶
Package unix provides UNIX helper functions.
Index ¶
Constants ¶
View Source
const ( UnixFormat = "unix" LongFormat = "long" )
Special time format layouts.
View Source
const ( NowLayout = "now" UnixLayout = "unix" )
Special UNIX parse layouts.
Variables ¶
View Source
var (
ErrInvalidLocationName = errors.New("location name not recognized")
)
UNIX location errors.
View Source
var (
ErrInvalidTimeLayout = errors.New("date input format not recognized")
)
UNIX parse errors.
View Source
var (
ErrUnsupportedFormatDirective = errors.New("format directive is invalid or unsupported")
)
Format errors.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.