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