4 lines
66 B
Go
4 lines
66 B
Go
|
|
package geo
|
||
|
|
|
||
|
|
type Func func() (prov, city, isp string, err error)
|