pty

package standard library
go1.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 16, 2018 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation ΒΆ

Overview ΒΆ

Package pty is a simple pseudo-terminal package for Unix systems, implemented by calling C functions via cgo. This is only used for testing the os/signal package.

Index ΒΆ

Constants ΒΆ

This section is empty.

Variables ΒΆ

This section is empty.

Functions ΒΆ

func Open ΒΆ

func Open() (master *os.File, slave string, err error)

Open returns a master pty and the name of the linked slave tty.

Types ΒΆ

type PtyError ΒΆ

type PtyError struct {
	FuncName    string
	ErrorString string
	Errno       syscall.Errno
}

func (*PtyError) Error ΒΆ

func (e *PtyError) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL