aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/golang/protobuf/LICENSE
AgeCommit message (Collapse)Author
2017-05-02vendor: adding in golang/protobuf librariesJoe Richey joerichey@google.com
This commit adds in the two protocol buffer libraries for Go. The github.com/golang/protobuf/proto package will let Go code read and write protocol buffers. The github.com/golang/protobuf/jsonpb package lets Go code output a JSON representation of protocol buffers. These packages are stored in the vendor directory, meaning that they will be imported instead of any installed system packages. Change-Id: I8da8d15864f03a9b3f767a6af18795c8eca64844