zhenzhongfu / toy

Dio's tools and packages for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Go 97.3%Language:Makefile 1.3%Language:AMPL 1.3%