We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5c64b commit 61d6f48Copy full SHA for 61d6f48
2 files changed
clientgen/client.go
@@ -3,9 +3,8 @@ package clientgen
3
import (
4
"github.com/99designs/gqlgen/codegen/config"
5
"github.com/99designs/gqlgen/plugin"
6
- "golang.org/x/xerrors"
7
-
8
gqlgencConfig "github.com/Yamashou/gqlgenc/config"
+ "golang.org/x/xerrors"
9
)
10
11
var _ plugin.ConfigMutator = &Plugin{}
clientgen/source.go
@@ -5,9 +5,8 @@ import (
"fmt"
"go/types"
- "github.com/Yamashou/gqlgenc/config"
"github.com/99designs/gqlgen/codegen/templates"
+ "github.com/Yamashou/gqlgenc/config"
"github.com/vektah/gqlparser/v2/ast"
12
"github.com/vektah/gqlparser/v2/formatter"
13
"golang.org/x/xerrors"
0 commit comments