Skip to content

Commit

Permalink
Sort imports via goimports.
Browse files Browse the repository at this point in the history
  • Loading branch information
slimsag committed Aug 10, 2014
1 parent 88911a2 commit 043fc03
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions window.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@
package window

import (
"azul3d.org/chippy.v1"
"azul3d.org/gfx.v1"
"azul3d.org/gfx/gl2.v1"
"fmt"
"image"
"log"
"os"
"runtime"
"time"

"azul3d.org/chippy.v1"
"azul3d.org/gfx.v1"
"azul3d.org/gfx/gl2.v1"
)

func program(gfxLoop func(w *chippy.Window, r gfx.Renderer)) {
Expand Down

0 comments on commit 043fc03

Please sign in to comment.