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

@@ -12,12 +12,12 @@ import (
"testing"
"time"
"github.com/gin-gonic/gin"
cache "github.com/patrickmn/go-cache"
"github.com/fnproject/fn/api/datastore"
"github.com/fnproject/fn/api/models"
"github.com/fnproject/fn/api/mqs"
"github.com/fnproject/fn/api/runner"
"github.com/gin-gonic/gin"
cache "github.com/patrickmn/go-cache"
)
var tmpDatastoreTests = "/tmp/func_test_datastore.db"