예제 #1
0
func Start() {
	go rpc.StartRpc()
	go socket.StartSocket()
}
예제 #2
0
파일: receiver.go 프로젝트: CMGS/transfer
func Start() {
	go rpc.StartRpc()
	go socket.StartSocket()
	go statsd.StartStatsD()
}