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