Files
anylink/sessdata/start.go
2020-12-16 16:36:56 +08:00

7 lines
65 B
Go

package sessdata
func Start() {
initIpPool()
checkSession()
}