Created
November 1, 2019 10:50
-
-
Save Cartmanishere/318e01982f5d1bb60cf08eb213567e6a to your computer and use it in GitHub Desktop.
Command to generate language interface files for grpc-python-golang example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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