Versions in this module Expand all Collapse all v1 v1.0.0 May 30, 2024 Changes in this version + type GeoIP interface + Query func(queryIp string) (res Result, err error) + type Result struct + City string + Country string + IP string + ISP string + Province string