package tools import ( "Edu/tools/ip" ) func initIP() { _ = ip.Load("./file/ip_chunzhen.txt") } func Init() { initIP() }