Skip to content

Commit

Permalink
reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sugyan committed Jul 4, 2016
1 parent 1c21d9a commit 83430e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions capture.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package main

import (
"github.com/golang/freetype"
"github.com/golang/freetype/truetype"
"fmt"
"github.com/errnoh/term.color"
"github.com/golang/freetype"
"github.com/golang/freetype/truetype"
"github.com/james4k/terminal"
"image"
"image/color/palette"
"image/draw"
"github.com/james4k/terminal"
"os"
)

Expand Down

0 comments on commit 83430e0

Please sign in to comment.