all: gofmt

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-02-07 23:37:21 +01:00
parent 140888ec86
commit 1f422ef960
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -6,8 +6,8 @@ import (
"errors" "errors"
"syscall/js" "syscall/js"
"gioui.org/gpu/gl"
"gioui.org/app/internal/glimpl" "gioui.org/app/internal/glimpl"
"gioui.org/gpu/gl"
) )
type jsContext struct { type jsContext struct {
+1 -1
View File
@@ -10,8 +10,8 @@ import (
syscall "golang.org/x/sys/windows" syscall "golang.org/x/sys/windows"
"gioui.org/gpu/gl"
"gioui.org/app/internal/glimpl" "gioui.org/app/internal/glimpl"
"gioui.org/gpu/gl"
) )
type ( type (
+1 -1
View File
@@ -16,8 +16,8 @@ import (
"errors" "errors"
"fmt" "fmt"
"gioui.org/gpu/gl"
"gioui.org/app/internal/glimpl" "gioui.org/app/internal/glimpl"
"gioui.org/gpu/gl"
) )
type context struct { type context struct {
+1 -1
View File
@@ -6,8 +6,8 @@ import (
"errors" "errors"
"syscall/js" "syscall/js"
"gioui.org/gpu/gl"
"gioui.org/app/internal/glimpl" "gioui.org/app/internal/glimpl"
"gioui.org/gpu/gl"
) )
type context struct { type context struct {
+1 -1
View File
@@ -5,8 +5,8 @@
package window package window
import ( import (
"gioui.org/gpu/gl"
"gioui.org/app/internal/glimpl" "gioui.org/app/internal/glimpl"
"gioui.org/gpu/gl"
) )
/* /*