Files
2021-06-12 22:04:45 +08:00

6 lines
65 B
Go

package ipinfo
type Database interface {
Area(string) string
}