1 Star 0 Fork 0

非空非零/jupiter

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
option.go 182 Bytes
Copy Edit Raw Blame History
柯风 authored 2020-06-16 11:25 +08:00 . 1.Improve the template project directory structure
package protoc
//Option ...
type Option struct {
withGRPC bool
withServer bool
protoFilePath string
outputDir string
prefix string
}
var (
option Option
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nonull/eden.git
git@gitee.com:nonull/eden.git
nonull
eden
jupiter
f5e3987f89a2

Search