Files

8 lines
104 B
Go
Raw Normal View History

2021-09-28 11:47:19 +08:00
package tools
import "SciencesServer/tools/ip"
func Init() {
_ = ip.Load("./file/ip_chunzhen.txt")
}