File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,9 +20,8 @@ import (
2020 "fmt"
2121 "io/ioutil"
2222
23- "feast/cli/feast/pkg/parse"
24- "feast/cli/feast/pkg/printer"
25-
23+ "github.com/gojektech/feast/cli/feast/pkg/parse"
24+ "github.com/gojektech/feast/cli/feast/pkg/printer"
2625 "github.com/gojektech/feast/go-feast-proto/feast/core"
2726
2827 "github.com/spf13/cobra"
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ package cmd
1717import (
1818 "context"
1919 "errors"
20- "feast/cli/feast/pkg/util"
2120 "fmt"
2221 "os"
2322 "strings"
2423 "text/tabwriter"
2524
25+ "github.com/gojektech/feast/cli/feast/pkg/util"
2626 "github.com/gojektech/feast/go-feast-proto/feast/core"
2727
2828 "github.com/golang/protobuf/ptypes/empty"
Original file line number Diff line number Diff line change 1515package cmd
1616
1717import (
18- "fmt"
1918 "os"
2019
2120 "github.com/spf13/cobra"
@@ -42,7 +41,6 @@ func init() {
4241
4342func handleErr (err error ) {
4443 if err != nil {
45- fmt .Println (err )
4644 os .Exit (1 )
4745 }
4846}
Original file line number Diff line number Diff line change 1414
1515package main
1616
17- import "feast/cli/feast/cmd"
17+ import "github.com/gojektech/ feast/cli/feast/cmd"
1818
1919func main () {
2020 cmd .Execute ()
Original file line number Diff line number Diff line change 1515package printer
1616
1717import (
18- "feast/cli/feast/pkg/util"
1918 "fmt"
2019 "strings"
2120
21+ "github.com/gojektech/feast/cli/feast/pkg/util"
2222 "github.com/gojektech/feast/go-feast-proto/feast/core"
2323)
2424
You can’t perform that action at this time.
0 commit comments