1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
wtf/vendor/github.com/jessevdk/go-flags/tiocgwinsz_other.go
2019-07-15 09:06:49 -07:00

8 lines
93 B
Go

// +build !darwin,!freebsd,!netbsd,!openbsd,!linux
package flags
const (
tIOCGWINSZ = 0
)