Skip to content

Instantly share code, notes, and snippets.

@Cartmanishere
Created November 1, 2019 10:50
Show Gist options
  • Save Cartmanishere/318e01982f5d1bb60cf08eb213567e6a to your computer and use it in GitHub Desktop.
Save Cartmanishere/318e01982f5d1bb60cf08eb213567e6a to your computer and use it in GitHub Desktop.
Command to generate language interface files for grpc-python-golang example
# For Python
python -m grpc_tools.protoc -I. --python_out=./python --grpc_python_out=./python nltk_service.proto
# For Golang
protoc -I. nltk_service.proto --go_out=plugins=grpc:golang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment