Versions in this module Expand all Collapse all v0 v0.1.2 Aug 10, 2023 v0.1.1 Aug 10, 2023 Changes in this version + type Location struct + Area string + City string + Name string + Province string + Region string + func NewLocation() *Location + func NewLocationFromCnFull(name string) *Location + func (loc *Location) String() string + type Requestor struct + func NewRequestor() (*Requestor, error) + func (r *Requestor) Query(ip string) (*Location, error)