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:
@@ -1,4 +1,4 @@
|
||||
// +build !windows,cgo
|
||||
// +build linux,cgo
|
||||
|
||||
package term
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// +build !windows,!cgo
|
||||
// +build !windows
|
||||
// +build !linux !cgo
|
||||
|
||||
package term
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// +build !cgo
|
||||
|
||||
package term
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// +build !cgo
|
||||
|
||||
package term
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user