Merge pull request #1208 from datawolf/tiny-refactor

tiny refactor
This commit is contained in:
Mrunal Patel 2016-12-01 11:13:33 -08:00 committed by GitHub
commit 8002a8c894
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@ import "io"
// Console represents a pseudo TTY.
type Console interface {
io.ReadWriter
io.Closer
io.ReadWriteCloser
// Path returns the filesystem path to the slave side of the pty.
Path() string