1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

archive: add missing bytes package

Docker-DCO-1.1-Signed-off-by: Johan Euphrosine <proppy@google.com> (github: proppy)
This commit is contained in:
Johan Euphrosine 2014-05-16 16:26:28 -07:00
parent 67ce59a806
commit 4a3aefbb52

View file

@ -2,6 +2,7 @@ package archive
import (
"bufio"
"bytes"
"compress/bzip2"
"compress/gzip"
"errors"