mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Formatting issues
Aren't we running go-fmt.sh in CI?
This commit is contained in:
@@ -17,12 +17,12 @@ import (
|
||||
"time"
|
||||
|
||||
"fmt"
|
||||
"github.com/sirupsen/logrus"
|
||||
"github.com/coreos/go-semver/semver"
|
||||
"github.com/go-sql-driver/mysql"
|
||||
"github.com/jmoiron/sqlx"
|
||||
"github.com/lib/pq"
|
||||
"github.com/mattn/go-sqlite3"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// NewAllGrouper returns a Grouper that will return the entire list of nodes
|
||||
|
||||
@@ -7,11 +7,11 @@ import (
|
||||
"net/http/httputil"
|
||||
"sync"
|
||||
|
||||
"github.com/sirupsen/logrus"
|
||||
"github.com/coreos/go-semver/semver"
|
||||
opentracing "github.com/opentracing/opentracing-go"
|
||||
"github.com/opentracing/opentracing-go/ext"
|
||||
"github.com/openzipkin/zipkin-go-opentracing"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// TODO the load balancers all need to have the same list of nodes. gossip?
|
||||
|
||||
@@ -12,9 +12,9 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/sirupsen/logrus"
|
||||
"github.com/coreos/go-semver/semver"
|
||||
"github.com/fnproject/fn/fnlb/lb"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
const VERSION = "0.0.56"
|
||||
|
||||
Reference in New Issue
Block a user