package main type IpInfo struct { CityId int64 Country string Region string Province string City string ISP string }