mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-16 12:32:10 +03:00
5d2412bbb0
Also make sure we're using a more recent version of godep
8 lines
93 B
Go
8 lines
93 B
Go
// +build !darwin,!freebsd,!netbsd,!openbsd,!linux
|
|
|
|
package flags
|
|
|
|
const (
|
|
tIOCGWINSZ = 0
|
|
)
|