mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
9 lines
102 B
Go
9 lines
102 B
Go
package client
|
|
|
|
import "syscall"
|
|
|
|
const (
|
|
getTermios = syscall.TCGETS
|
|
setTermios = syscall.TCSETS
|
|
)
|