diff options
| author | Andrew Gerrand <adg@golang.org> | 2014-11-10 08:50:25 +1100 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2014-11-10 08:50:25 +1100 |
| commit | a73c6bbfc58057a968e830ad4bfef59287a56812 (patch) | |
| tree | 0e050bf093654bbaa0fd7fdd53b14ff5cbb45da9 /ssh/example_test.go | |
| parent | 1a85842c9ed153459eaf94f2ff4c4e914c54410d (diff) | |
| download | go-x-crypto-a73c6bbfc58057a968e830ad4bfef59287a56812.tar.xz | |
go.crypto: use golang.org/x/... import paths
LGTM=bradfitz
R=rsc, bradfitz
CC=golang-codereviews
https://golang.org/cl/167190043
Diffstat (limited to 'ssh/example_test.go')
| -rw-r--r-- | ssh/example_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/example_test.go b/ssh/example_test.go index d9d6a54..22f42ec 100644 --- a/ssh/example_test.go +++ b/ssh/example_test.go @@ -12,7 +12,7 @@ import ( "net" "net/http" - "code.google.com/p/go.crypto/ssh/terminal" + "golang.org/x/crypto/ssh/terminal" ) func ExampleNewServerConn() { |
