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