Documentation ¶
Overview ¶
Package layout provides time layout
Index ¶
Constants ¶
View Source
const ( // LayoutMillSecond is the time layout for millisecond LayoutMillSecond = "2006-01-02T15:04:05.000Z07:00" // LayoutMicroSecond is the time layout for microsecond LayoutMicroSecond = "2006-01-02T15:04:05.000000Z07:00" // LayoutNanoSecond is the time layout for nanosecond LayoutNanoSecond = "2006-01-02T15:04:05.000000000Z07:00" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.