| commit | 4fee3b12e768902c15cf7ddd5912586e36071143 | [log] [tgz] |
|---|---|---|
| author | David Symonds <dsymonds@golang.org> | Thu Nov 11 10:00:13 2010 +1100 |
| committer | David Symonds <dsymonds@golang.org> | Thu Nov 11 10:00:13 2010 +1100 |
| tree | c1aeed3f345a72bc6182654a11e62dbe148cba6e | |
| parent | b012753f50c08cbe4a70e8c7efee62bf6dd3604e [diff] [blame] |
Big sync from internal version:
- include MessageSet support code
- support message_set_wire_format for extensions
- use append throughout encode.go
R=r
CC=golang-dev
http://codereview.appspot.com/3023041
diff --git a/proto/text_parser.go b/proto/text_parser.go index 61513f8..009b3a7 100644 --- a/proto/text_parser.go +++ b/proto/text_parser.go
@@ -33,7 +33,7 @@ // Functions for parsing the Text protocol buffer format. // TODO: -// - groups. +// - message sets, groups. import ( "fmt"