DEVELOPMENT ENVIRONMENT

~liljamo/emerwen-proto

ref: 94e8fb6ed2c8978c2b619e16d8492cf41ff9d07f emerwen-proto/justfile -rw-r--r-- 278 bytes
94e8fb6eJonni Liljamo feat: go mod 4 days ago
                                                                                
1
2
3
4
5
6
7
8
_default:
    just --list

compile-protos-go:
    protoc --go_out=go --go_opt=paths=source_relative \
        --go-grpc_out=go --go-grpc_opt=paths=source_relative \
        --proto_path=proto \
        proto/webtomaster.proto proto/shared/target.proto proto/shared/worker.proto