Files
anylink/server/sessdata/start.go
2021-03-01 15:46:08 +08:00

7 lines
65 B
Go

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