diff options
author | Özgür Kesim <oec@codeblau.de> | 2015-07-28 17:16:43 +0200 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2015-07-28 17:16:43 +0200 |
commit | 3121760c3a2033c9e7b3b99834b0fe0c29dd332b (patch) | |
tree | deff3a96340c14274d651f3f3977578f275e4fbf | |
parent | f251231590b188681b33705feaf5156d88f09197 (diff) |
fixed constrained build for linux
-rw-r--r-- | winsize_linux.go (renamed from winsize.go) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winsize.go b/winsize_linux.go index 1a3bdaf..ebb9f67 100644 --- a/winsize.go +++ b/winsize_linux.go @@ -1,7 +1,5 @@ package main -// +build linux - import ( "syscall" "unsafe" |