Created
March 20, 2022 15:16
-
-
Save ahndmal/568b280ef73ae3eaf27566c45bbe24b9 to your computer and use it in GitHub Desktop.
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
# GO | |
protoc -I src/ --go_out=src/ .\src\proto\messages.proto | |
# Java | |
protoc -I src/ --java_out=src/ .\src\proto\messages.proto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment