Skip to content

Commit

Permalink
Merge pull request #45 from nicksrandall/master
Browse files Browse the repository at this point in the history
fix wrong import statement
  • Loading branch information
neelance authored Dec 20, 2016
2 parents 7fafcc6 + 8112e71 commit 518a5fe
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 518a5fe

Please sign in to comment.