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