commit | aaa3a62e621c2a84bb16efd44b006365ede0e3d1 | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Sat Mar 20 22:32:34 2010 -0700 |
committer | Rob Pike <r@golang.org> | Sat Mar 20 22:32:34 2010 -0700 |
tree | 83ebe6d27ce83591320510848d8b91885c79cef3 | |
parent | fceca43ab4ee265b65daf790ef1ec45cda796c87 [diff] |
Go support for protocol buffers. Consists of a compiler plugin and the support library, all written in Go. This is a complete implementation except for: - Extensions in the plugin - coming soon - support is already in the library - Services (RPC) - needs an external definition to honor before supporting. - Insertion points in the plugin - may come R=rsc, dsymonds1, ken2 CC=golang-dev http://codereview.appspot.com/676041