proto 辅助工具,根据配置文件的依赖描述,编译,格式化proto,还可以对proto进行拼写检查
go install github.com/JerryZhou343/bup@latest
请查看help
bup -h
Usage:
bup [command]
Available Commands:
config 生成配置文件
fmt 格式化proto
gen 编译proto
help Help about any command
lint 对proto进行拼写检查
Flags:
-h, --help help for bup
Use "bp [command] --help" for more information about a command.
格式化功能依赖clang-format;请下在clang-format 后将clang-format 放到PATH 环境变量下;