Switch to dep for dependency management
This commit is contained in:
7
vendor/github.com/jessevdk/go-flags/tiocgwinsz_linux.go
generated
vendored
Normal file
7
vendor/github.com/jessevdk/go-flags/tiocgwinsz_linux.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// +build linux
|
||||
|
||||
package flags
|
||||
|
||||
const (
|
||||
tIOCGWINSZ = 0x5413
|
||||
)
|
||||
Reference in New Issue
Block a user