package config const ( WeibuUrl = "https://api.threatbook.cn/v3/ip/query?apikey=d625206f5fdb49eeb98b0c30f46f4310a444f76d392540e8a0bb160d8a7d02c4&resource=" )
var Conf Config = Config{ Debug: true, }
type Config struct { Debug bool } func init() {}