Skip to content

Commit

Permalink
Merge pull request #1 from bountylabs/logan/unknwon
Browse files Browse the repository at this point in the history
Update github.com/unknwon/com imports
  • Loading branch information
Logan Hanks authored Feb 19, 2020
2 parents 0a6885e + 27d6933 commit 994522a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions cmd/analogy.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package cmd
import (
"fmt"

"github.com/Unknwon/com"
"github.com/k0kubun/pp"
fasttext "github.com/bountylabs/go-fasttext"
"github.com/k0kubun/pp"
"github.com/spf13/cobra"
"github.com/unknwon/com"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions cmd/predict.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package cmd
import (
"fmt"

"github.com/Unknwon/com"
"github.com/k0kubun/pp"
fasttext "github.com/bountylabs/go-fasttext"
"github.com/k0kubun/pp"
"github.com/spf13/cobra"
"github.com/unknwon/com"
)

var (
Expand Down
6 changes: 3 additions & 3 deletions cmd/sentence.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package cmd
import (
"fmt"

"github.com/Unknwon/com"
"github.com/k0kubun/pp"
fasttext "github.com/bountylabs/go-fasttext"
"github.com/k0kubun/pp"
"github.com/spf13/cobra"
"github.com/unknwon/com"
)

// predictCmd represents the predict command
Expand Down Expand Up @@ -35,6 +35,6 @@ var sentenceCmd = &cobra.Command{
}

func init() {
sentenceCmd.Flags().StringVarP(&modelPath, "model", "m", "", "path to the fasttext model")
sentenceCmd.Flags().StringVarP(&modelPath, "model", "m", "", "path to the fasttext model")
rootCmd.AddCommand(sentenceCmd)
}
4 changes: 2 additions & 2 deletions cmd/wordvec.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package cmd
import (
"fmt"

"github.com/Unknwon/com"
"github.com/k0kubun/pp"
fasttext "github.com/bountylabs/go-fasttext"
"github.com/k0kubun/pp"
"github.com/spf13/cobra"
"github.com/unknwon/com"
)

// var (
Expand Down

0 comments on commit 994522a

Please sign in to comment.