package main import ( "lc-smartX/lc" "lc-smartX/util/gopool" ) func main() { gopool.SetCap(64) lc.StartIntersectionServer() }