mirror of
https://github.com/zu1k/nali.git
synced 2025-01-23 21:59:02 +08:00
9 lines
64 B
Go
9 lines
64 B
Go
package ipdb
|
|
|
|
type IPDBType int
|
|
|
|
const (
|
|
GEOIP2 = iota
|
|
QQIP
|
|
)
|