aboutsummaryrefslogtreecommitdiff
path: root/go/util/bytes_pool.go
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu1-127/+0
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
2016-04-14pooling []bytechrislusf1-0/+127
reduce the number of requests to make([]byte)