diff options
| author | Dmitry Savintsev <dsavints@gmail.com> | 2015-04-22 13:17:00 +0200 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2015-04-22 11:59:31 +0000 |
| commit | c84e1f8e3a7e322d497cd16c0e8a13c7e127baf3 (patch) | |
| tree | fac252dbc36e02cd78b9e32c83248446d1612474 /ssh/testdata | |
| parent | 8b27f58b78dbd60e9a26b60b0d908ea642974b6d (diff) | |
| download | go-x-crypto-c84e1f8e3a7e322d497cd16c0e8a13c7e127baf3.tar.xz | |
crypto/ssh: update references to the old code.google.com repo
Changed code.google.com repository links to the current
golang.org/x/crypto/ssh (except Gerrit homepage).
Change-Id: I7301d21401b163ceef8cfc1cf535dee998f9cb0d
Reviewed-on: https://go-review.googlesource.com/9250
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'ssh/testdata')
| -rw-r--r-- | ssh/testdata/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/testdata/doc.go b/ssh/testdata/doc.go index 3f4d74d..fcae47c 100644 --- a/ssh/testdata/doc.go +++ b/ssh/testdata/doc.go @@ -3,6 +3,6 @@ // license that can be found in the LICENSE file. // This package contains test data shared between the various subpackages of -// the code.google.com/p/go.crypto/ssh package. Under no circumstance should +// the golang.org/x/crypto/ssh package. Under no circumstance should // this data be used for production code. package testdata // import "golang.org/x/crypto/ssh/testdata" |
