Skip to content

Commit 61d6f48

Browse files
committed
fix lint
1 parent 4b5c64b commit 61d6f48

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

clientgen/client.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ package clientgen
33
import (
44
"github.com/99designs/gqlgen/codegen/config"
55
"github.com/99designs/gqlgen/plugin"
6-
"golang.org/x/xerrors"
7-
86
gqlgencConfig "github.com/Yamashou/gqlgenc/config"
7+
"golang.org/x/xerrors"
98
)
109

1110
var _ plugin.ConfigMutator = &Plugin{}

clientgen/source.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ import (
55
"fmt"
66
"go/types"
77

8-
"github.com/Yamashou/gqlgenc/config"
9-
108
"github.com/99designs/gqlgen/codegen/templates"
9+
"github.com/Yamashou/gqlgenc/config"
1110
"github.com/vektah/gqlparser/v2/ast"
1211
"github.com/vektah/gqlparser/v2/formatter"
1312
"golang.org/x/xerrors"

0 commit comments

Comments
 (0)