example: go fmt imports

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-10-15 10:09:03 +02:00
parent 3a440c07c6
commit b2a360098a
4 changed files with 12 additions and 14 deletions
+2 -1
View File
@@ -10,10 +10,11 @@ import (
"gioui.org/app"
"gioui.org/io/system"
_ "gioui.org/font/gofont"
"gioui.org/layout"
"gioui.org/text"
"gioui.org/widget/material"
_ "gioui.org/font/gofont"
)
func main() {