# xgggh **Repository Path**: fanbuchi/xgggh ## Basic Information - **Project Name**: xgggh - **Description**: xgggh micro - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 创建项目 micro new go style https://rakyll.org/style-packages/ go-micro 使用 http://gogap.cn/2016/05/15/resiliency/ micro new --namespace="com.xgggh" git.oschina.net/fanbuchi/xgggh/feeds --> 当前目录 protoc --go_out=plugins=micro:. *.proto protoc --go_out=plugins=grpc:. *.proto --> gopath/src目录 protoc --go_out=plugins=micro:. git.oschina.net/fanbuchi/xgggh/order/proto/order/order.proto --> -I引用的proto的路径 protoc -I/Users/os/gopath/src \ --go_out=plugins=micro:/Users/os/gopath/src \ /Users/os/gopath/src/git.oschina.net/fanbuchi/xgggh/order/proto/order/order.proto protoc -I/Users/os/gopath/src \ --go_out=plugins=micro=grpc:/Users/os/gopath/src \ /Users/os/gopath/src/git.oschina.net/fanbuchi/xgggh/feeds/srv/proto/feeds/feeds.proto protoc -I/Users/os/gopath/src \ --go_out=plugins=grpc:/Users/os/gopath/src \ /Users/os/gopath/src/git.oschina.net/fanbuchi/xgggh/feeds/srv/proto/feeds/feeds.proto