summaryrefslogtreecommitdiff
path: root/service/container_test.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-14 22:56:19 +0300
committerWolfy-J <[email protected]>2018-06-14 22:56:19 +0300
commit082c329d9dc84453a02693119d954f60a4792b11 (patch)
treea2e2279576c84a157c278869ee84d9f8f42b7c20 /service/container_test.go
parent5fef5b06e6261bc7c133380ef8b5bc8e63ac9fbe (diff)
fmt
Diffstat (limited to 'service/container_test.go')
-rw-r--r--service/container_test.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/service/container_test.go b/service/container_test.go
index 3c2f8761..3092be78 100644
--- a/service/container_test.go
+++ b/service/container_test.go
@@ -1,14 +1,14 @@
package service
import (
- "testing"
- "github.com/sirupsen/logrus/hooks/test"
- "github.com/stretchr/testify/assert"
- "github.com/sirupsen/logrus"
"encoding/json"
"errors"
- "time"
+ "github.com/sirupsen/logrus"
+ "github.com/sirupsen/logrus/hooks/test"
+ "github.com/stretchr/testify/assert"
"sync"
+ "testing"
+ "time"
)
type testService struct {