From baed4b31ae43d12d6f0416ac20f22c7cfab1d5a0 Mon Sep 17 00:00:00 2001 From: Martin Schneppenheim Date: Sun, 13 Dec 2020 16:39:51 +0100 Subject: [PATCH] Add protobuf dev documentation --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..961b157 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# Contributing + +## Generating protobuf code for Go + +``` +# First CD into the "protos" directory and run the below command +protoc -I=. --go_out=.. *.proto +``` \ No newline at end of file