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