1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

Use termios via CGO only on Linux

Signed-off-by: Yohei Ueda <yohei@jp.ibm.com>
Upstream-commit: dfcf05a5d070823ade84ffba0e9784cdfe6d54b0
Component: engine
This commit is contained in:
Yohei Ueda
2014-11-25 20:49:01 +09:00
parent 5192262c8e
commit fb15ffbdaa
4 changed files with 3 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
// +build !windows,cgo
// +build linux,cgo
package term

View File

@@ -1,4 +1,5 @@
// +build !windows,!cgo
// +build !windows
// +build !linux !cgo
package term

View File

@@ -1,5 +1,3 @@
// +build !cgo
package term
import (

View File

@@ -1,5 +1,3 @@
// +build !cgo
package term
import (