mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +08:00
7 lines
65 B
Go
7 lines
65 B
Go
package sessdata
|
|
|
|
func Start() {
|
|
initIpPool()
|
|
checkSession()
|
|
}
|