mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-11 13:40:41 +08:00
Revert "AUTH-1941: Adds initial SSH server implementation"
This reverts commit e9c9bf3cbd.
This commit is contained in:
11
vendor/github.com/creack/pty/pty_unsupported.go
generated
vendored
11
vendor/github.com/creack/pty/pty_unsupported.go
generated
vendored
@@ -1,11 +0,0 @@
|
||||
// +build !linux,!darwin,!freebsd,!dragonfly,!openbsd,!solaris
|
||||
|
||||
package pty
|
||||
|
||||
import (
|
||||
"os"
|
||||
)
|
||||
|
||||
func open() (pty, tty *os.File, err error) {
|
||||
return nil, nil, ErrUnsupported
|
||||
}
|
||||
Reference in New Issue
Block a user