Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-tetsu committed Dec 18, 2024
1 parent c845005 commit 2324b37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clientgenv2/source_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package clientgenv2

import (
"fmt"
gqlgencConfig "github.com/Yamashou/gqlgenc/config"
gqlgencConfiga "github.com/Yamashou/gqlgenc/config"
"go/types"
"strings"

Check failure on line 8 in clientgenv2/source_generator.go

View workflow job for this annotation

GitHub Actions / Build

other declaration of gqlgencConfiga

Check failure on line 8 in clientgenv2/source_generator.go

View workflow job for this annotation

GitHub Actions / Build

other declaration of gqlgencConfiga
Expand Down Expand Up @@ -85,11 +85,11 @@ type SourceGenerator struct {
cfg *config.Config
binder *config.Binder
client config.PackageConfig
generateConfig *gqlgencConfig.GenerateConfig
generateConfig *gqlgencConfiga.GenerateConfig
StructSources []*StructSource
}

func NewSourceGenerator(cfg *config.Config, client config.PackageConfig, generateConfig *gqlgencConfig.GenerateConfig) *SourceGenerator {
func NewSourceGenerator(cfg *config.Config, client config.PackageConfig, generateConfig *gqlgencConfiga.GenerateConfig) *SourceGenerator {
return &SourceGenerator{
cfg: cfg,
binder: cfg.NewBinder(),
Expand Down

0 comments on commit 2324b37

Please sign in to comment.