protoc --go_out=./proto_gen/ --micro_out=./proto_gen/ --proto_path ./proto ./greeter/greeter.proto
protoc -I/usr/local/include -I. \
-I$GOPATH/src \
-I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
--go_out=plugins=grpc:. \
--proto_path ./proto greeter/greeter.proto
protoc -I/usr/local/include -I. \
-I$GOPATH/src \
-I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
--grpc-gateway_out=logtostderr=true:. \
--proto_path ./proto greeter/greeter.proto
export MICRO_REGISTRY=consul