grpc go版本的server和client
go版本的客户端和服务端
glide get github.com/bigkucha/grpc-go
cd server
go run main.go
cd client