aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/memory_test.go
Commit message (Collapse)AuthorAgeFilesLines
* *: Remove use of deprecated io/utilPaulo Gomes2023-05-111-3/+2
| | | | Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* memoryobject: make blob reader seekableKane York2020-07-061-0/+28
| | | | Replace the bytes.Buffer with a bytes.Reader wrapped in a custom NopCloser, so that the extra reading methods are sill accessible.
* new plumbing package (#118)Máximo Cuadros2016-11-081-0/+71
* plumbing: now core was renamed to core, and formats and clients moved inside