1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
result of `gofmt -w -s .` without vendors.
This commit is contained in:
Andrews Medina 2013-11-29 22:20:59 -02:00
parent 82cecb34b5
commit fe72f15e4a
3 changed files with 29 additions and 29 deletions

View file

@ -1,9 +1,9 @@
package docker
import (
"io"
"archive/tar"
"bytes"
"io"
)
func fakeTar() (io.Reader, error) {