Versions in this module Expand all Collapse all v0 v0.2.1 Jan 25, 2022 v0.2.0 May 16, 2020 v0.1.0 May 2, 2020 Changes in this version + var Entities = []Entity + type Entity struct + CQZone int + Continent string + DXCC int + Entity string + ITUZone int + Latitude float64 + Longitude float64 + PrefixRegexp *regexp.Regexp + Prefixes []string + Score int + func Lookup(callsign string) (Entity, bool) + func LookupEntity(name string) (Entity, error) + func LookupEntityCode(code int64) (Entity, error) + func (e Entity) Match(callsign string) (Entity, bool)