Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mtibben committed Sep 9, 2021
1 parent d747387 commit 5c7acc1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package cmd

import (
"errors"
"os"
"io/fs"

"github.com/99designs/gqlgen/api"
"github.com/99designs/gqlgen/codegen/config"
Expand Down
1 change: 1 addition & 0 deletions codegen/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package config

import (
"errors"
"io/fs"
"os"
"path/filepath"
"runtime"
Expand Down
1 change: 1 addition & 0 deletions plugin/resolvergen/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package resolvergen

import (
"errors"
"io/fs"
"os"
"path/filepath"
"strings"
Expand Down
1 change: 1 addition & 0 deletions plugin/servergen/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package servergen

import (
"errors"
"io/fs"
"log"
"os"

Expand Down

0 comments on commit 5c7acc1

Please sign in to comment.