package testpty

Import Path
	internal/testpty (on go.dev)

Dependency Relation
	imports 3 packages, and imported by 0 packages

Involved Source Files Package testpty is a simple pseudo-terminal package for Unix systems, implemented by calling C functions via cgo. pty_none.go
Package-Level Type Names (only one)
/* sort by: | */
Errno error ErrorString string FuncName string (*PtyError) Error() string (*PtyError) Unwrap() error *PtyError : error
Package-Level Functions (only one)
Open returns a control pty and the name of the linked process tty. If Open is not implemented on this platform, it returns ErrNotSupported.
Package-Level Variables (only one)