Skip to content

Commit

Permalink
fix wrong import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Randall committed Dec 20, 2016
1 parent 7fafcc6 commit 8112e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/exec/packer.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"reflect"
"strings"

"github.com/neelance/graphql-go/errors"
"github.com/neelance/graphql-go/internal/common"
"github.com/neelance/graphql-go/internal/schema"
"github.com/pkg/errors"
)

type packer interface {
Expand Down

0 comments on commit 8112e71

Please sign in to comment.