| commit | 1fbbd62cfec66bd39d91e97749579579d4d3037e | [log] [tgz] |
|---|---|---|
| author | David Symonds <dsymonds@golang.org> | Tue Dec 09 13:38:15 2014 +1100 |
| committer | David Symonds <dsymonds@golang.org> | Tue Dec 09 23:26:36 2014 +0000 |
| tree | cdc94dad9c74e2755eb46fe6b1f7f05b18e07a8f | |
| parent | 731db29863ea7213d9556d0170afb38987f401d4 [diff] [blame] |
crypto: add import comments. Change-Id: I33240faf1b8620d0cd600de661928d8e422ebdbc Reviewed-on: https://go-review.googlesource.com/1235 Reviewed-by: Andrew Gerrand <adg@golang.org>
diff --git a/ssh/terminal/util.go b/ssh/terminal/util.go index 0763c9a..598e3df 100644 --- a/ssh/terminal/util.go +++ b/ssh/terminal/util.go
@@ -14,7 +14,7 @@ // panic(err) // } // defer terminal.Restore(0, oldState) -package terminal +package terminal // import "golang.org/x/crypto/ssh/terminal" import ( "io"