Skip to content

Instantly share code, notes, and snippets.

@ahndmal
Created March 20, 2022 15:16
Show Gist options
  • Save ahndmal/568b280ef73ae3eaf27566c45bbe24b9 to your computer and use it in GitHub Desktop.
Save ahndmal/568b280ef73ae3eaf27566c45bbe24b9 to your computer and use it in GitHub Desktop.
# 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