all: sort and group imports

Signed-off-by: Walter Werner SCHNEIDER <contact@schnwalter.eu>
This commit is contained in:
Walter Werner SCHNEIDER
2020-12-17 05:09:22 +02:00
committed by Elias Naur
parent e383e6d6be
commit 83d23ab507
16 changed files with 36 additions and 22 deletions
+2 -1
View File
@@ -7,11 +7,12 @@ import (
"image/color"
"image/draw"
"golang.org/x/exp/shiny/iconvg"
"gioui.org/internal/f32color"
"gioui.org/layout"
"gioui.org/op/paint"
"gioui.org/unit"
"golang.org/x/exp/shiny/iconvg"
)
type Icon struct {
+2 -1
View File
@@ -5,10 +5,11 @@ package material
import (
"image/color"
"golang.org/x/exp/shiny/materialdesign/icons"
"gioui.org/text"
"gioui.org/unit"
"gioui.org/widget"
"golang.org/x/exp/shiny/materialdesign/icons"
)
// Palette contains the minimal set of colors that a widget may need to