feat:完善项目
This commit is contained in:
7
tools/init.go
Normal file
7
tools/init.go
Normal file
@ -0,0 +1,7 @@
|
||||
package tools
|
||||
|
||||
import "SciencesServer/tools/ip"
|
||||
|
||||
func Init() {
|
||||
_ = ip.Load("./file/ip_chunzhen.txt")
|
||||
}
|
||||
Reference in New Issue
Block a user