restic/Godeps/_workspace/src/github.com/jessevdk/go-flags/termsize_other.go

8 lines
93 B
Go

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