Skip to content

Commit

Permalink
Remove import name that is the same as the import
Browse files Browse the repository at this point in the history
Simplify the import by using the default import name.
  • Loading branch information
HeavyWombat committed Jan 15, 2021
1 parent 5bedd5a commit dfeefbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/dyff/colors.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"fmt"

"github.com/gonvenience/bunt"
colorful "github.com/lucasb-eyer/go-colorful"
"github.com/lucasb-eyer/go-colorful"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion pkg/dyff/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ package dyff
import (
"github.com/gonvenience/bunt"
"github.com/gonvenience/neat"
colorful "github.com/lucasb-eyer/go-colorful"
"github.com/lucasb-eyer/go-colorful"
)

func yamlStringInRedishColors(input interface{}) (string, error) {
Expand Down

0 comments on commit dfeefbb

Please sign in to comment.