Go to file
Jeff Carr f2d0b4f5b8 still testing
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-17 16:47:33 -06:00
dnsmessage still learning protobuf. attempt #3 2024-01-17 16:27:27 -06:00
example-cmd still testing 2024-01-17 16:47:33 -06:00
.gitignore still testing 2024-01-17 16:47:33 -06:00
Makefile still testing 2024-01-17 16:47:33 -06:00
README.md fix readme 2019-05-11 11:42:57 -07:00
account.proto still testing 2024-01-17 16:47:33 -06:00
addressbook.proto still testing 2024-01-17 16:47:33 -06:00
config.proto still testing 2024-01-17 16:47:33 -06:00
events.proto still testing 2024-01-17 16:47:33 -06:00
sampleData.go always forgetting to fix these 2019-05-26 01:38:28 -07:00
widget.proto still testing 2024-01-17 16:47:33 -06:00

README.md

notes

After you do a

go get git.wit.com/wit/witProtobuf

You must build the .go files by running protoc

cd ~/go/src/git.wit.com/wit/witProtobuf
make events.pb.go

You must use the current protoc-gen-go to get version3 protobuf support

apt remove golang-goprotobuf-dev

go get -u github.com/golang/protobuf/protoc-gen-go
cd ~/go/src/github.com/golang/protobuf/protoc-gen-go
go install