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
@@ -5,10 +5,10 @@ package widget
import (
"image"
"gioui.org/ui"
"gioui.org/ui/draw"
"gioui.org/ui/f32"
"gioui.org/ui/layout"
"gioui.org/ui"
)
type Image struct {