Go to file
Jeff Carr 58335da72a more testing and examples
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-17 17:43:54 -06:00
example-cmd still testing 2024-01-17 16:47:33 -06:00
guipb more testing and examples 2024-01-17 17:43:54 -06:00
.gitignore still testing 2024-01-17 16:47:33 -06:00
Makefile more testing and examples 2024-01-17 17:43:54 -06:00
README.md more testing and examples 2024-01-17 17:43:54 -06: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
dnsmessage.proto more testing and examples 2024-01-17 17:43:54 -06:00
dnstap.proto more testing and examples 2024-01-17 17:43:54 -06:00
events.proto still testing 2024-01-17 16:47:33 -06:00
widget.proto still testing 2024-01-17 16:47:33 -06:00

README.md

notes

example dns protobuf code

https://github.com/dnstap/golang-dnstap

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