Fixing FMT errors

Do we run go-fmt in CI?
This commit is contained in:
Denis Makogon
2017-07-28 13:03:47 +03:00
parent 721c0f1255
commit 49fe3eb11a
36 changed files with 43 additions and 43 deletions

View File

@@ -10,10 +10,10 @@ import (
"path/filepath"
"time"
client "github.com/fnproject/fn/cli/client"
functions "github.com/funcy/functions_go"
"github.com/funcy/functions_go/models"
"github.com/urfave/cli"
client "github.com/fnproject/fn/cli/client"
)
func deploy() cli.Command {

View File

@@ -17,8 +17,8 @@ import (
"strings"
"github.com/urfave/cli"
"github.com/fnproject/fn/cli/langs"
"github.com/urfave/cli"
)
var (

View File

@@ -11,12 +11,12 @@ import (
"strings"
"text/tabwriter"
client "github.com/fnproject/fn/cli/client"
fnclient "github.com/funcy/functions_go/client"
apiroutes "github.com/funcy/functions_go/client/routes"
fnmodels "github.com/funcy/functions_go/models"
"github.com/jmoiron/jsonq"
"github.com/urfave/cli"
client "github.com/fnproject/fn/cli/client"
)
type routesCmd struct {

View File

@@ -12,10 +12,10 @@ import (
"strings"
"time"
"github.com/fnproject/fn/cli/client"
functions "github.com/funcy/functions_go"
"github.com/onsi/gomega"
"github.com/urfave/cli"
"github.com/fnproject/fn/cli/client"
)
type testStruct struct {