witProtobuf/README.md

15 lines
174 B
Markdown

# notes
After you do a
```
go get git.wit.com/jcarr/witProtobuf
```
You must build the .go files by running protoc
```
cd ~/go/src/git.wit.com/jcarr/witProtobuf
make
```