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.

This commit is contained in:
Pietro Gagliardi 2014-03-26 11:01:37 -04:00
parent 9533b3d7d4
commit f5084c07d4
1 changed files with 1 additions and 1 deletions

View File

@ -5,9 +5,9 @@
package ui package ui
import ( import (
"fmt"
"unsafe" "unsafe"
"image" "image"
"fmt"
) )
// #cgo pkg-config: gtk+-3.0 // #cgo pkg-config: gtk+-3.0