commit | caba55058b824d4d87e4d52960a6f1e012bc7a0a | [log] [tgz] |
---|---|---|
author | John Schnake <schnake.john@gmail.com> | Fri Apr 08 08:26:40 2016 -0500 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Fri Apr 08 15:58:03 2016 +0000 |
tree | 448b34f0b6e1198b90688b04466006bc4b96fc22 | |
parent | fd5a52a5d8b7d9e40debc473d5799bfafb8c60db [diff] |
x/crypto/ssh/terminal: create stubs for plan9 methods To facilitate testing of methods in other GOOSs we need plan9 to be able to build and run the test without a errors due to undefined methods. Fixes golang/go#15195 Change-Id: Ida334676f92db6fb4652af3e3a9f6bc13a96052c Reviewed-on: https://go-review.googlesource.com/21711 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>