2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-20 17:52:23 +00:00
restic/Godeps/_workspace/src/github.com/jessevdk/go-flags/termsize_other.go

8 lines
93 B
Go
Raw Normal View History

2015-05-10 20:07:33 +00:00
// +build !darwin,!freebsd,!netbsd,!openbsd,!linux
package flags
const (
tIOCGWINSZ = 0
)