Documentation ¶
Overview ¶
Package month
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( January = Month{"january"} February = Month{"february"} March = Month{"march"} April = Month{"april"} May = Month{"may"} June = Month{"june"} July = Month{"july"} August = Month{"august"} September = Month{"september"} October = Month{"october"} November = Month{"november"} December = Month{"december"} )
Functions ¶
This section is empty.
Types ¶
type Month ¶
type Month struct {
Name string
}
func (Month) MarshalText ¶
func (*Month) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.