mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 21:21:42 +00:00
Use termios via CGO only on Linux
Signed-off-by: Yohei Ueda <yohei@jp.ibm.com>
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