leo-silk / hello-go-imooc-ccmouse

慕课网 Go开发工程师 学习之路 https://class.imooc.com/sale/go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-go-imooc-ccmouse

慕课网 Go开发工程师 学习之路 https://class.imooc.com/sale/go

设置代理加速

go env -w GOPROXY=https://goproxy.cn,direct
go env -w GO111MODULE=on

生成存根文件: hello_grpc/proto

$ protoc --go_out=. --go_opt=paths=source_relative \
    --go-grpc_out=. --go-grpc_opt=paths=source_relative \
    helloworld/helloworld.proto

About

慕课网 Go开发工程师 学习之路 https://class.imooc.com/sale/go


Languages

Language:Go 98.6%Language:HTML 1.3%Language:CSS 0.1%