Formatting issues

Aren't we running go-fmt.sh in CI?
This commit is contained in:
Denis Makogon
2017-09-05 23:11:08 +03:00
parent 9066dca750
commit 6ac579f296
12 changed files with 40 additions and 40 deletions

View File

@@ -11,10 +11,10 @@ import (
"path/filepath"
"time"
"github.com/sirupsen/logrus"
"github.com/boltdb/bolt"
"github.com/fnproject/fn/api/common"
"github.com/fnproject/fn/api/models"
"github.com/sirupsen/logrus"
)
type BoltDbMQ struct {

View File

@@ -9,10 +9,10 @@ import (
"strings"
"sync"
"github.com/sirupsen/logrus"
"github.com/fnproject/fn/api/models"
mq_config "github.com/iron-io/iron_go3/config"
ironmq "github.com/iron-io/iron_go3/mq"
"github.com/sirupsen/logrus"
)
type assoc struct {

View File

@@ -6,9 +6,9 @@ import (
"net/url"
"strings"
"github.com/sirupsen/logrus"
"github.com/fnproject/fn/api/models"
"github.com/opentracing/opentracing-go"
"github.com/sirupsen/logrus"
)
// New will parse the URL and return the correct MQ implementation.