commit | 7db43667c77d5d330c359ffd03f5789cf390e973 | [log] [tgz] |
---|---|---|
author | Dave Cheney <dave@cheney.net> | Sun Feb 01 17:57:17 2015 +1100 |
committer | Dave Cheney <dave@cheney.net> | Mon Feb 02 06:42:08 2015 +0000 |
tree | 01a40425277e5e73ea9904df13e5616f4342d764 | |
parent | bfc286917c5fcb7420d7e3092b50bbfd31b38a98 [diff] |
ssh: make godoc examples easier to reuse Fixes golang/go#9747 Move the example tests to an external test package so that they must explicitly reference the ssh package. The side effect is the examples now become easier to copy and paste. Change-Id: Ibbddea42bc5a41d11ffdef5144d9884ef3ef603f Reviewed-on: https://go-review.googlesource.com/3710 Reviewed-by: Andrew Gerrand <adg@golang.org>