8000 GitHub - zhenzhongfu/toy: Dio's tools and packages for Go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zhenzhongfu/toy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dio's Toy

GitHub license

环境

  • 下载安装protoc
wget https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-x86_64.zip
unzip -d /usr/local protoc-3.6.1-linux-x86_64.zip
  • 安装proto编译器插件
go get github.com/golang/protobuf/protoc-gen-go
  • 安装Go protobuf包
go get github.com/golang/protobuf/proto

生成pb

make proto

测试

cd example/network
go run server.go

About

Dio's tools and packages for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0