# This is a combination of 2 commits.
# This is the 1st commit message: Changed package names to match the new organization # This is the commit message #2: Forgot Cache
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ import (
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/platform9/fission/controller/client"
|
||||
"github.com/fission/fission/controller/client"
|
||||
)
|
||||
|
||||
func fatal(msg string) {
|
||||
|
||||
@@ -22,7 +22,7 @@ import (
|
||||
|
||||
"github.com/urfave/cli"
|
||||
|
||||
"github.com/platform9/fission"
|
||||
"github.com/fission/fission"
|
||||
"os"
|
||||
)
|
||||
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ import (
|
||||
"github.com/satori/go.uuid"
|
||||
"github.com/urfave/cli"
|
||||
|
||||
"github.com/platform9/fission"
|
||||
"github.com/fission/fission"
|
||||
)
|
||||
|
||||
func fnCreate(c *cli.Context) error {
|
||||
|
||||
@@ -26,7 +26,7 @@ import (
|
||||
"github.com/satori/go.uuid"
|
||||
"github.com/urfave/cli"
|
||||
|
||||
"github.com/platform9/fission"
|
||||
"github.com/fission/fission"
|
||||
)
|
||||
|
||||
// returns one of http.Method*
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ import (
|
||||
"github.com/satori/go.uuid"
|
||||
"github.com/urfave/cli"
|
||||
|
||||
"github.com/platform9/fission"
|
||||
"github.com/fission/fission"
|
||||
)
|
||||
|
||||
func wCreate(c *cli.Context) error {
|
||||
|
||||
Reference in New Issue
Block a user