diff options
Diffstat (limited to 'ssh/test')
| -rw-r--r-- | ssh/test/session_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh/test/session_test.go b/ssh/test/session_test.go index 0b7892b..846f580 100644 --- a/ssh/test/session_test.go +++ b/ssh/test/session_test.go @@ -11,10 +11,11 @@ package test import ( "bytes" "errors" - "golang.org/x/crypto/ssh" "io" "strings" "testing" + + "golang.org/x/crypto/ssh" ) func TestRunCommandSuccess(t *testing.T) { |
