mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-06-19 14:25:16 +03:00
7 lines
204 B
Bash
Executable File
7 lines
204 B
Bash
Executable File
#!/bin/bash
|
|
|
|
protoc \
|
|
-I api/proto \
|
|
--go_out=api/gen --go_opt=paths=source_relative \
|
|
--go-grpc_out=api/gen --go-grpc_opt=paths=source_relative \
|
|
api/proto/homeops/*.proto |