Documentation
¶
Overview ¶
Package csv is a wrapper around the stdlib csv library that provides a nice API for the GTFS static parser.
Because, of course, everything can be solved with another layer of indirection.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Row ¶
type Row struct {
// contains filtered or unexported fields
}
func (*Row) GetOptional ¶
func (Row) MissingKeys ¶
Click to show internal directories.
Click to hide internal directories.