package pty
import "os/signal/internal/pty"
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 ¶
Functions ¶
func Open ¶
Open returns a master pty and the name of the linked slave tty.
Source Files ¶
- Version
- v1.10.0-beta.2
- Published
- Jan 11, 2018
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 2 minutes ago –
Tools for package owners.