mirror of
https://github.com/yudai/gotty.git
synced 2025-12-20 01:20:12 +01:00
4 lines
133 B
Go
4 lines
133 B
Go
|
|
// Package localcommand provides an implementation of webtty.Slave
|
||
|
|
// that launches a local command with a PTY.
|
||
|
|
package localcommand
|