mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-09 12:40:35 +08:00
Revert "AUTH-1941: Adds initial SSH server implementation"
This reverts commit e9c9bf3cbd.
This commit is contained in:
16
vendor/github.com/creack/pty/doc.go
generated
vendored
16
vendor/github.com/creack/pty/doc.go
generated
vendored
@@ -1,16 +0,0 @@
|
||||
// Package pty provides functions for working with Unix terminals.
|
||||
package pty
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"os"
|
||||
)
|
||||
|
||||
// ErrUnsupported is returned if a function is not
|
||||
// available on the current platform.
|
||||
var ErrUnsupported = errors.New("unsupported")
|
||||
|
||||
// Opens a pty and its corresponding tty.
|
||||
func Open() (pty, tty *os.File, err error) {
|
||||
return open()
|
||||
}
|
||||
Reference in New Issue
Block a user