Files
ArmedPolice/tools/init.go
2021-11-02 09:43:19 +08:00

14 lines
127 B
Go

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