Skip to content

Commit

Permalink
Add protobuf dev documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
weeco committed Dec 13, 2020
1 parent 4910a87 commit baed4b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit baed4b3

Please sign in to comment.