Esempio n. 1
0
func Start() {
	go rpc.StartRpc()
	go socket.StartSocket()
}
Esempio n. 2
0
func Start() {
	go rpc.StartRpc()
	go socket.StartSocket()
	go statsd.StartStatsD()
}