From 5bad08c3400e75ea11a0678da79a04e5b489f472 Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Wed, 1 Apr 2020 20:40:56 -0400 Subject: [PATCH] sshd/terminal: gofmt --- sshd/terminal/terminal.go | 1 + 1 file changed, 1 insertion(+) diff --git a/sshd/terminal/terminal.go b/sshd/terminal/terminal.go index 20af6d2..ec04e8f 100644 --- a/sshd/terminal/terminal.go +++ b/sshd/terminal/terminal.go @@ -10,6 +10,7 @@ import ( "strconv" "sync" "unicode/utf8" + "golang.org/x/text/width" )