From 4447d2893880c7a864ddceb083196d6b2c21c67b Mon Sep 17 00:00:00 2001 From: r_takaishi Date: Fri, 6 Mar 2020 15:23:06 +0900 Subject: [PATCH] fix lint --- communicator/ssh/keyboard_interactive.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/communicator/ssh/keyboard_interactive.go b/communicator/ssh/keyboard_interactive.go index 2cd983970..33dd68463 100644 --- a/communicator/ssh/keyboard_interactive.go +++ b/communicator/ssh/keyboard_interactive.go @@ -1,10 +1,11 @@ package ssh import ( - "golang.org/x/crypto/ssh" - "golang.org/x/crypto/ssh/terminal" "log" "os" + + "golang.org/x/crypto/ssh" + "golang.org/x/crypto/ssh/terminal" ) func KeyboardInteractive() ssh.KeyboardInteractiveChallenge {