summaryrefslogtreecommitdiff
path: root/service/container.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-07-08 22:01:40 -0700
committerWolfy-J <[email protected]>2018-07-08 22:01:40 -0700
commit21bd058003a159ff307565d5b57e3631921a7a96 (patch)
tree0d3aad39c0ea1ac697b61047ebf505f69275ba54 /service/container.go
parent55098299c87761c0545ee7a98e0132fa48c5d79f (diff)
releasing and CS for v1.1.0
Diffstat (limited to 'service/container.go')
-rw-r--r--service/container.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/container.go b/service/container.go
index 96f2d546..436d2e5f 100644
--- a/service/container.go
+++ b/service/container.go
@@ -4,8 +4,8 @@ import (
"fmt"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
- "sync"
"reflect"
+ "sync"
)
var noConfig = fmt.Errorf("no config has been provided")