5824: Avoid sending empty slices through toRead chan. Fixes race in test case.
[arvados.git] / sdk / go / keepclient / collectionreader_test.go
2015-11-04 Tom Clegg5824: Avoid sending empty slices through toRead chan...
2015-10-30 Tom Clegg5824: Merge branch 'master' into 5824-keep-web
2015-10-29 Tom Clegg5824: Merge branch 'master' into 5824-keep-web
2015-10-29 Tom Clegg5824: Add some clarifying comments and golint/vet/fmt...
2015-10-17 Tom Clegg5824: Add read-error and lots-of-blocks tests.
2015-10-17 Tom Clegg5824: Fix up error checking and early-close behavior...
2015-10-15 Tom Clegg5824: add (*KeepClient)CollectionFileReader()