sync: resync vendor folder

This commit is contained in:
Kubernetes Publisher
2017-04-12 20:28:38 +00:00
parent faba476f26
commit 5b0e11b577
57 changed files with 4648 additions and 1253 deletions

View File

@@ -154,7 +154,7 @@ func (w *textWriter) indent() { w.ind++ }
func (w *textWriter) unindent() {
if w.ind == 0 {
log.Printf("proto: textWriter unindented too far")
log.Print("proto: textWriter unindented too far")
return
}
w.ind--