examples/font: Change the import order

This commit is contained in:
Hajime Hoshi 2017-07-17 04:58:45 +09:00
parent f64ac89d56
commit a2adda1ab6

View File

@ -24,12 +24,12 @@ import (
"math/rand"
"time"
"github.com/golang/freetype/truetype"
"golang.org/x/image/font"
"github.com/hajimehoshi/ebiten"
"github.com/hajimehoshi/ebiten/ebitenutil"
"github.com/hajimehoshi/ebiten/text"
"github.com/golang/freetype/truetype"
"golang.org/x/image/font"
)
const (