mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
go fmt.
result of `gofmt -w -s .` without vendors.
This commit is contained in:
parent
82cecb34b5
commit
fe72f15e4a
3 changed files with 29 additions and 29 deletions
|
|
@ -1,9 +1,9 @@
|
|||
package docker
|
||||
|
||||
import (
|
||||
"io"
|
||||
"archive/tar"
|
||||
"bytes"
|
||||
"io"
|
||||
)
|
||||
|
||||
func fakeTar() (io.Reader, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue