7 lines
93 B
Go
7 lines
93 B
Go
// +build !darwin,!freebsd,!netbsd,!openbsd,!linux
|
|
|
|
package flags
|
|
|
|
const (
|
|
tIOCGWINSZ = 0
|
|
)
|