mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-07 23:04:17 +08:00
7 lines
65 B
Go
7 lines
65 B
Go
package sessdata
|
|
|
|
func Start() {
|
|
initIpPool()
|
|
checkSession()
|
|
}
|