Fixing FMT errors

Do we run go-fmt in CI?
This commit is contained in:
Denis Makogon
2017-07-28 13:03:47 +03:00
parent 721c0f1255
commit 49fe3eb11a
36 changed files with 43 additions and 43 deletions

View File

@@ -14,14 +14,14 @@ import (
"time"
"github.com/Sirupsen/logrus"
"github.com/opentracing/opentracing-go"
"github.com/opentracing/opentracing-go/log"
"github.com/fnproject/fn/api/models"
"github.com/fnproject/fn/api/runner/common"
"github.com/fnproject/fn/api/runner/drivers"
"github.com/fnproject/fn/api/runner/drivers/docker"
"github.com/fnproject/fn/api/runner/drivers/mock"
"github.com/fnproject/fn/api/runner/task"
"github.com/opentracing/opentracing-go"
"github.com/opentracing/opentracing-go/log"
)
// TODO clean all of this up, the exposed API is huge and incohesive,