Skip to content

Commit

Permalink
Fix linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Garanzha committed Jan 24, 2019
1 parent ff734e7 commit 14070e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/go2gql/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/pkg/errors"
"github.com/urfave/cli"
"gopkg.in/yaml.v2"
yaml "gopkg.in/yaml.v2"

"github.com/EGT-Ukraine/go2gql/generator"
)
Expand Down
2 changes: 1 addition & 1 deletion generator/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"path/filepath"

"github.com/pkg/errors"
"gopkg.in/yaml.v2"
yaml "gopkg.in/yaml.v2"
)

type ImportedPluginsConfigs struct {
Expand Down

0 comments on commit 14070e4

Please sign in to comment.