Skip to content

Commit

Permalink
Fix gofmt simplify finding
Browse files Browse the repository at this point in the history
Run `gofmt -s -w ...` on all Go source files.
  • Loading branch information
HeavyWombat committed May 29, 2019
1 parent 32b1f5f commit db07512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/havener/kubexec.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ import (
"strings"
"time"

"golang.org/x/crypto/ssh/terminal"
"github.com/homeport/gonvenience/pkg/v1/text"
"golang.org/x/crypto/ssh/terminal"

batchv1 "k8s.io/api/batch/v1"
corev1 "k8s.io/api/core/v1"
Expand Down

0 comments on commit db07512

Please sign in to comment.