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"