github.com/jlmucb/cloudproxy@v0.0.0-20170830161738-b5aa0b619bc4/go/tao/proto/README.md (about) 1 This directory contains the definitions of protocol buffers used in CloudProxy. 2 The `tao` package expects the protobufs to be in the same package; in order to 3 build the package, they need to be compiled into Go code in the parent 4 directory. To do this, run the following in the current directory: 5 6 ``$ protoc --go_out=.. *.proto`` 7 8 This will overwrite the `../*.pb.go` files. To get the protocol buffer 9 compiler running on your system, visit https://github.com/google/protobuf.