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
+4 -3
View File
@@ -10,13 +10,14 @@ import (
"unicode"
"unicode/utf8"
"golang.org/x/image/font"
"golang.org/x/image/font/sfnt"
"golang.org/x/image/math/fixed"
"gioui.org/f32"
"gioui.org/op"
"gioui.org/op/clip"
"gioui.org/text"
"golang.org/x/image/font"
"golang.org/x/image/font/sfnt"
"golang.org/x/image/math/fixed"
)
// Font implements text.Face. Its methods are safe to use
+4 -3
View File
@@ -10,13 +10,14 @@ import (
"strings"
"testing"
"gioui.org/internal/ops"
"gioui.org/op"
"gioui.org/text"
"golang.org/x/image/font"
"golang.org/x/image/font/gofont/goregular"
"golang.org/x/image/font/sfnt"
"golang.org/x/image/math/fixed"
"gioui.org/internal/ops"
"gioui.org/op"
"gioui.org/text"
)
func TestCollectionAsFace(t *testing.T) {