Runing goimports on project as well as fixing README so that headers render correctly.
This commit is contained in:
parent
b341c0a0e4
commit
9554bf2666
22 changed files with 90 additions and 71 deletions
|
@ -1,12 +1,13 @@
|
|||
package def
|
||||
|
||||
import (
|
||||
"gitlab.com/spdf/elektron/constants"
|
||||
"gitlab.com/spdf/elektron/utilities/offerUtils"
|
||||
"encoding/json"
|
||||
"os"
|
||||
|
||||
mesos "github.com/mesos/mesos-go/api/v0/mesosproto"
|
||||
"github.com/pkg/errors"
|
||||
"os"
|
||||
"gitlab.com/spdf/elektron/constants"
|
||||
"gitlab.com/spdf/elektron/utilities/offerUtils"
|
||||
)
|
||||
|
||||
type Task struct {
|
||||
|
|
|
@ -3,10 +3,11 @@ package def
|
|||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/mash/gokmeans"
|
||||
"github.com/montanaflynn/stats"
|
||||
"log"
|
||||
"sort"
|
||||
|
||||
"github.com/mash/gokmeans"
|
||||
"github.com/montanaflynn/stats"
|
||||
)
|
||||
|
||||
// Information about a cluster of tasks.
|
||||
|
|
Reference in a new issue