From f5084c07d453242ebfda1da669152e1af0a3f3b0 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 26 Mar 2014 11:01:37 -0400 Subject: [PATCH] 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. --- area_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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