We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5d90f commit 337c6d9Copy full SHA for 337c6d9
codegen/tml/cmd/template_cmd.go
@@ -44,6 +44,7 @@ pb() {
44
protoc -I ./ -I $corelib --go-web_out=paths=source_relative:. ./api/*.proto
45
protoc -I ./ -I $corelib --browser_out=paths=source_relative,gen_tob=true:. ./api/*.proto
46
protoc -I ./ -I $corelib --markdown_out=paths=source_relative:. ./api/*.proto
47
+ go mod tidy
48
}
49
50
sub() {
@@ -234,6 +235,7 @@ goto :help
234
235
protoc -I ./ -I %corelib% --go-web_out=paths=source_relative:. ./api/*.proto
236
protoc -I ./ -I %corelib% --browser_out=paths=source_relative,gen_tob=true:. ./api/*.proto
237
protoc -I ./ -I %corelib% --markdown_out=paths=source_relative:. ./api/*.proto
238
239
goto :end
240
241
:kube
0 commit comments