Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "flexiblego"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DateTimeParser ¶
type DateTimeParser struct {
// contains filtered or unexported fields
}
func New ¶
func New(layouts []string) *DateTimeParser
func (*DateTimeParser) ParseDateTime ¶
func (p *DateTimeParser) ParseDateTime(input string) (time.Time, error)
Click to show internal directories.
Click to hide internal directories.