go proto 放到顶层

This commit is contained in:
algotao
2025-03-28 19:10:17 +08:00
parent a9fe038298
commit 136fe32571
3 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
syntax = "proto3";
package saascmd;
package saasapi;
option go_package = "./saascmd";

View File

@@ -1 +1 @@
protoc --proto_path=. *.proto --go_out=. --go_opt=paths=source_relative
protoc --proto_path=. *.proto --go_out=../../ --go_opt=paths=source_relative