1 Star 0 Fork 0

keith/vblog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 717 Bytes
一键复制 编辑 原始数据 按行查看 历史
PKG := "gitee.com/lsq_keith/vblog"
dep: ## Get the dependencies
@go mod tidy
run: ## Run Server
@go run main.go
install: ## Install depence go package
@go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
@go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
@go install github.com/favadi/protoc-go-inject-tag@latest
gen: ## protobuf 编译
@protoc -I=. --go_out=. --go_opt=module=${PKG} --go-grpc_out=. --go-grpc_opt=module=${PKG} apps/*/pb/*.proto common/meta/meta.proto
@protoc-go-inject-tag -input=apps/*/*.pb.go
help: ## Display this help screen
@grep -h -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lsq_keith/vblog.git
git@gitee.com:lsq_keith/vblog.git
lsq_keith
vblog
vblog
master

搜索帮助