mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-27 12:38:11 +00:00
diagnostics: run "gofmt -w" over go code
Signed-off-by: Ian Campbell <ian.campbell@docker.com>
This commit is contained in:
parent
cd640a6053
commit
c9c9994d89
@ -13,8 +13,8 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/rneugeba/virtsock/go/vsock"
|
|
||||||
"github.com/rneugeba/virtsock/go/hvsock"
|
"github.com/rneugeba/virtsock/go/hvsock"
|
||||||
|
"github.com/rneugeba/virtsock/go/vsock"
|
||||||
)
|
)
|
||||||
|
|
||||||
func run(timeout time.Duration, w *tar.Writer, command string, args ...string) {
|
func run(timeout time.Duration, w *tar.Writer, command string, args ...string) {
|
||||||
|
Loading…
Reference in New Issue
Block a user