We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4009c92 commit d73c0faCopy full SHA for d73c0fa
README.md
@@ -27,7 +27,7 @@ protoc --proto_path={yourpath}:. --go_api_out=:. *.proto
27
28
最新版本的protoc-gen-go要求go_package必须含有/,且会生成到$GOPATH/src目录下,所以建议把工程文件放到$GOPATH/src/git域名/git_group/目录下。
29
30
-如 https://github.com/dev-openapi/wxmp 则该工程文件为 $GOPATH/src/github.com/dev-openapi/wxmp
+如 https://github.com/dev-openapi/wx-miniprogram 则该工程文件为 $GOPATH/src/github.com/dev-openapi/wx-miniprogram
31
32
另外,也可以指定protoc-gen-go的生成目录和设置source_relative相关配置,也可以生成到指定目录
33
0 commit comments