start.go 82 B

1234567
  1. package sessdata
  2. func Start() {
  3. initIpPool()
  4. checkSession()
  5. saveStatsInfo()
  6. }