From a2adda1ab6bd5d27992e6ab99da242bb73c6e680 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 17 Jul 2017 04:58:45 +0900 Subject: [PATCH] examples/font: Change the import order --- examples/font/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/font/main.go b/examples/font/main.go index 9c0f1805b..650648035 100644 --- a/examples/font/main.go +++ b/examples/font/main.go @@ -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 (