summaryrefslogtreecommitdiff
path: root/area_unix.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-26 11:01:37 -0400
committerPietro Gagliardi <[email protected]>2014-03-26 11:01:37 -0400
commitf5084c07d453242ebfda1da669152e1af0a3f3b0 (patch)
tree767f1969519f3fd94cbff5dd4dcfd6c32d6b7a2a /area_unix.go
parent9533b3d7d482514bdfd06866fe8ebd7e3a96f274 (diff)
Fixed import formatting on area_unix.go. I'm rereading the GLFW source; it makes some interesting assumptions that might allow me to get a better solution to this whole keystroke ordeal after all... if I'm provided with irrefutable evidence.
Diffstat (limited to 'area_unix.go')
-rw-r--r--area_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/area_unix.go b/area_unix.go
index 8f9fc8f..36a7eb8 100644
--- a/area_unix.go
+++ b/area_unix.go
@@ -5,9 +5,9 @@
package ui
import (
+ "fmt"
"unsafe"
"image"
-"fmt"
)
// #cgo pkg-config: gtk+-3.0