all: run goimports

gioui.org/ui was renamed from gioui.org/ui/ui before the release,
but the import order wasn't changed accordingly.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-04-02 17:09:06 +02:00
parent fc7c5c13f4
commit 48b6a73753
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -10,11 +10,11 @@ import (
"strings"
"time"
"gioui.org/ui"
"gioui.org/ui/app/internal/gl"
gdraw "gioui.org/ui/draw"
"gioui.org/ui/f32"
"gioui.org/ui/internal/path"
"gioui.org/ui"
"golang.org/x/image/draw"
)