mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-07-04 06:24:22 +08:00
5 lines
187 B
Go
5 lines
187 B
Go
// Package termios implements the low level termios(3) terminal line discipline facilities.
|
|
//
|
|
// For a higher level interface please use the github.com/pkg/term package.
|
|
package termios
|