updated module to spdfg. Refactored imports

This commit is contained in:
Pradyumna Kaushik 2019-10-30 17:05:10 -04:00
parent 32738f3afc
commit 80c9d5b29c
49 changed files with 112 additions and 112 deletions

View file

@ -1,4 +1,4 @@
// Copyright (C) 2018 spdf
// Copyright (C) 2018 spdfg
//
// This file is part of Elektron.
//

View file

@ -1,4 +1,4 @@
// Copyright (C) 2018 spdf
// Copyright (C) 2018 spdfg
//
// This file is part of Elektron.
//
@ -23,7 +23,7 @@ import (
"strings"
mesos "github.com/mesos/mesos-go/api/v0/mesosproto"
"github.com/spdf/elektron/constants"
"github.com/spdfg/elektron/constants"
)
func OfferAgg(offer *mesos.Offer) (float64, float64, float64) {

View file

@ -1,4 +1,4 @@
// Copyright (C) 2018 spdf
// Copyright (C) 2018 spdfg
//
// This file is part of Elektron.
//

View file

@ -1,4 +1,4 @@
// Copyright (C) 2018 spdf
// Copyright (C) 2018 spdfg
//
// This file is part of Elektron.
//
@ -21,8 +21,8 @@ package schedUtils
import (
"log"
"github.com/spdf/elektron/def"
"github.com/spdf/elektron/utilities"
"github.com/spdfg/elektron/def"
"github.com/spdfg/elektron/utilities"
)
// Criteria for resizing the scheduling window.

View file

@ -1,4 +1,4 @@
// Copyright (C) 2018 spdf
// Copyright (C) 2018 spdfg
//
// This file is part of Elektron.
//
@ -23,8 +23,8 @@ import (
"sync"
mesos "github.com/mesos/mesos-go/api/v0/mesosproto"
"github.com/spdf/elektron/def"
"github.com/spdf/elektron/utilities/offerUtils"
"github.com/spdfg/elektron/def"
"github.com/spdfg/elektron/utilities/offerUtils"
)
type TrackResourceUsage struct {

View file

@ -1,4 +1,4 @@
// Copyright (C) 2018 spdf
// Copyright (C) 2018 spdfg
//
// This file is part of Elektron.
//