# 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:
J. Gavin Ray
2016-12-24 08:11:35 -08:00
parent c7d2216400
commit 943d430870
35 changed files with 48 additions and 48 deletions
+4 -4
View File
@@ -5,10 +5,10 @@ import (
"strconv"
"github.com/docopt/docopt-go"
"github.com/platform9/fission/controller"
"github.com/platform9/fission/kubewatcher"
"github.com/platform9/fission/poolmgr"
"github.com/platform9/fission/router"
"github.com/fission/fission/controller"
"github.com/fission/fission/kubewatcher"
"github.com/fission/fission/poolmgr"
"github.com/fission/fission/router"
)
func runController(port int, etcdUrl string, filepath string) {