mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
9 lines
104 B
Go
9 lines
104 B
Go
package main
|
|
|
|
import "syscall"
|
|
|
|
const (
|
|
getTermios = syscall.TIOCGETA
|
|
setTermios = syscall.TIOCSETA
|
|
)
|