aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/exp/ssh/messages.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/exp/ssh/messages.go')
-rw-r--r--libgo/go/exp/ssh/messages.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/exp/ssh/messages.go b/libgo/go/exp/ssh/messages.go
index 5eae181..e24b639 100644
--- a/libgo/go/exp/ssh/messages.go
+++ b/libgo/go/exp/ssh/messages.go
@@ -5,9 +5,9 @@
package ssh
import (
- "big"
"bytes"
"io"
+ "math/big"
"reflect"
)