The Go language implementation of zros
- go 1.10
1) 获取package
`go get github.com/echopairs/zros-go` (可能下载安装相关的依赖包时失败)
2) Use tool `tools\lib_update_posix.sh` to quickly fetch prebuilt and automatically reinstall all packages.`
3) Use tool `tools\generate.sh` to gen zros-pb.go
4) use zros-go in your proj
(Refer to an example in zros_go_example)