package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Feb 18, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var TimeFormats = []string{"1/2/2006", "1/2/2006 15:4:5", "2006-1-2 15:4:5", "2006-1-2 15:4", "2006-1-2", "1-2", "15:4:5", "15:4", "15", "15:4:5 Jan 2, 2006 MST"}
type Decoder interface {
Decode(interface{}) error
}
Decoder is the interface that wraps the basic Read method.
func NewDecoder(val interface{}) Decoder
NewDecoder Get Decoder interface
Source Files
¶
Click to show internal directories.
Click to hide internal directories.