Fix gofmt check
Signed-off-by: z1cheng <imchench@gmail.com>
This commit is contained in:
parent
2bbd69e0d9
commit
4b6d0c0738
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ func execToWriter(args []string, writer io.Writer) error {
|
|||
return err
|
||||
}
|
||||
|
||||
go func () {
|
||||
go func() {
|
||||
if _, err := io.Copy(writer, op); err != nil {
|
||||
fmt.Printf("Error copying output: %v\n", err)
|
||||
}
|
||||
|
|
|
@ -3,8 +3,8 @@ package k8s
|
|||
import (
|
||||
"bytes"
|
||||
"context"
|
||||
"errors"
|
||||
"crypto/rand"
|
||||
"errors"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
|
|
Loading…
Reference in a new issue