Skip to content

Instantly share code, notes, and snippets.

@fzankl

fzankl/protoc Secret

Created January 24, 2021 09:11
Embed
What would you like to do?
protoc compiler
protoc \
-I=$src-directory \
--csharp_out=$destination-directory \
$src-directory/foo.proto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment