helloworld/

directory
v0.0.0-...-979f531 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2023 License: MPL-2.0

README

python3 -m grpc_tools.protoc -Ihwproto  \
    --python_out=plugin-py/proto             \
    --pyi_out=plugin-py/proto                \
    --grpc_python_out=plugin-py/proto        \
    hwproto/helloworld.proto


protoc -Ihwproto                        \
    --go_out=hwproto/go                 \
    --go_opt=paths=source_relative      \
    --go-grpc_out=hwproto/go            \
    --go-grpc_opt=paths=source_relative \
    hwproto/helloworld.proto

Directories

Path Synopsis
hwproto
go
Package main implements a client for Greeter service.
Package main implements a client for Greeter service.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL