From 42a15ec8547dfd68f7ff535c874592f2639275f7 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Thu, 10 Nov 2016 19:50:21 -0500 Subject: [PATCH] changed bingcloud to sunybingcloud in the import statements. --- schedulers/firstfit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schedulers/firstfit.go b/schedulers/firstfit.go index bdfad7e..e426ab1 100644 --- a/schedulers/firstfit.go +++ b/schedulers/firstfit.go @@ -1,7 +1,7 @@ package schedulers import ( - "bitbucket.org/bingcloud/electron/def" + "bitbucket.org/sunybingcloud/electron/def" "fmt" "github.com/golang/protobuf/proto" mesos "github.com/mesos/mesos-go/mesosproto"