sync: resync vendor folder

This commit is contained in:
Kubernetes Publisher
2017-05-12 17:22:18 +00:00
parent 29ea990f7c
commit 1b8c2a3e22
78 changed files with 510 additions and 8778 deletions

View File

@@ -308,7 +308,7 @@ func GetStats() Stats { return stats }
// temporary Buffer and are fine for most applications.
type Buffer struct {
buf []byte // encode/decode byte stream
index int // write point
index int // read point
// pools of basic types to amortize allocation.
bools []bool