update vendoring (#72)

This commit is contained in:
Martin Lindhe
2017-05-01 17:06:33 +02:00
committed by Calle Pettersson
parent 6bb522b6c3
commit 781ab7ca20
57 changed files with 343 additions and 6158 deletions

View File

@@ -154,6 +154,7 @@ type ExtensionDesc struct {
Field int32 // field number
Name string // fully-qualified name of extension, for text formatting
Tag string // protobuf tag style
Filename string // name of the file in which the extension is defined
}
func (ed *ExtensionDesc) repeated() bool {