Skip to content

Commit

Permalink
Correct all complaints from goimports
Browse files Browse the repository at this point in the history
* i.e.
* go get golang.org/x/tools/cmd/goimports
* goimports -w *.go
* goimports -w cobra/
  • Loading branch information
bruceadowns authored and n10v committed Aug 1, 2019
1 parent 51f06c7 commit d851963
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cobra/cmd/init.go
Expand Up @@ -15,10 +15,11 @@ package cmd

import (
"fmt"
"github.com/spf13/cobra"
"github.com/spf13/viper"
"os"
"path"

"github.com/spf13/cobra"
"github.com/spf13/viper"
)

var (
Expand Down

0 comments on commit d851963

Please sign in to comment.