Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataFormat ¶
type DataFormat string
const (
CSVT DataFormat = "csvt"
)
func DataFormatFromExtension ¶
func DataFormatFromExtension(s string) (DataFormat, bool)
func DataFormatFromString ¶
func DataFormatFromString(s string) (DataFormat, bool)
func (DataFormat) Extension ¶
func (f DataFormat) Extension() string
Click to show internal directories.
Click to hide internal directories.