Dave Cheney | 0b9766a | 2012-10-05 11:11:10 +1000 | [diff] [blame] | 1 | // Copyright 2012 The Go Authors. All rights reserved. |
2 | // Use of this source code is governed by a BSD-style | ||||
3 | // license that can be found in the LICENSE file. | ||||
4 | |||||
5 | // This package contains integration tests for the | ||||
Dmitry Savintsev | c84e1f8 | 2015-04-22 13:17:00 +0200 | [diff] [blame] | 6 | // golang.org/x/crypto/ssh package. |
David Symonds | 1fbbd62 | 2014-12-09 13:38:15 +1100 | [diff] [blame] | 7 | package test // import "golang.org/x/crypto/ssh/test" |