Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultReadOptions = []ReadOption{ Separator(','), Header(), }
Functions ¶
Types ¶
type ReadOption ¶
type ReadOption interface {
// contains filtered or unexported methods
}
func CommentPrefix ¶
func CommentPrefix(s string) ReadOption
func Header ¶
func Header() ReadOption
func NoHeader ¶
func NoHeader() ReadOption
func Separator ¶
func Separator(r rune) ReadOption
Click to show internal directories.
Click to hide internal directories.