1 Star 0 Fork 1

Samlily-Xie/RPC-Turbo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 440 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaozhang 提交于 2018-09-30 16:09 +08:00 . support multiple client
.PHONY: install
install:
@cd turbo && go install
@cd protoc-gen-buildfields && go install
.PHONY: test
test:
@go test -cover -coverpkg github.com/vaporz/turbo github.com/vaporz/turbo github.com/vaporz/turbo/test
@cd test/testcreateservice && go build ./...
@cd test/testservice && go build ./...
.PHONY: doc
doc:
@cd doc && make html
.PHONY: fmt
fmt:
@gofmt -w *.go protoc-gen-buildfields/*.go test/*.go turbo/*.go turbo/cmd/*.go
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/samlily-xie/RPC-Turbo.git
git@gitee.com:samlily-xie/RPC-Turbo.git
samlily-xie
RPC-Turbo
RPC-Turbo
master

搜索帮助