parent
26102458ed
commit
532d618e2a
|
@ -1,18 +1,18 @@
|
||||||
# notes
|
## notes
|
||||||
|
|
||||||
After you do a
|
After you do a
|
||||||
|
|
||||||
```
|
```
|
||||||
go get git.wit.com/jcarr/witProtobuf
|
go get git.wit.com/wit/witProtobuf
|
||||||
```
|
```
|
||||||
|
|
||||||
You must build the .go files by running protoc
|
You must build the .go files by running protoc
|
||||||
|
|
||||||
```
|
```
|
||||||
cd ~/go/src/git.wit.com/jcarr/witProtobuf
|
cd ~/go/src/git.wit.com/wit/witProtobuf
|
||||||
make events.pb.go
|
make events.pb.go
|
||||||
```
|
```
|
||||||
## You must use the current protoc-gen-go to get version3 protobuf support
|
### You must use the current protoc-gen-go to get version3 protobuf support
|
||||||
|
|
||||||
```
|
```
|
||||||
apt remove golang-goprotobuf-dev
|
apt remove golang-goprotobuf-dev
|
||||||
|
|
Loading…
Reference in New Issue