Documentation ¶ Index ¶ type Airport Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Airport ¶ type Airport struct { ICAO string // For ident...might make ICAO it's own type Latitude string // For future potential map Longitude string // For future potential map IAP bool // Airport has an instrument approach? } Source Files ¶ View all Source files icao.go Click to show internal directories. Click to hide internal directories.