Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractCupRecords ¶
func ExtractCupRecords(records [][]string) ([]geo.AirportRecord, error)
ExtractCupRecords converts the list of CSV rows into a list of geo.AirportRecords, and returns the list, or an error if unsuccessful.
func FromCupCsvRecord ¶
func FromCupCsvRecord(c []string) (*geo.AirportRecord, error)
FromCupCsvRecord converts a CUP file CSV row into a geo.AirportRecord. If successful, the record is returned. Otherwise an error is returned.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.