| commit | 9f402811cb78b8cbaf9a867628d8d7ba432470ae | [log] [tgz] |
|---|---|---|
| author | David Symonds <dsymonds@golang.org> | Thu Apr 28 18:08:44 2011 +1000 |
| committer | David Symonds <dsymonds@golang.org> | Thu Apr 28 18:08:44 2011 +1000 |
| tree | 2aa242ec25c5ba7ec91addd746526cfdd7258738 | |
| parent | 4ede8453f5683ad5e3ec082a5427c9842b63100c [diff] [blame] |
goprotobuf: push out internal changes. - group text parsing and formatting - foreign extension types R=adg CC=golang-dev http://codereview.appspot.com/4437079
diff --git a/proto/text_parser.go b/proto/text_parser.go index 53fb2fc..f78adf5 100644 --- a/proto/text_parser.go +++ b/proto/text_parser.go
@@ -32,8 +32,7 @@ package proto // Functions for parsing the Text protocol buffer format. -// TODO: -// - message sets, groups. +// TODO: message sets, extensions. import ( "fmt"