diff options
author | Wolfy-J <[email protected]> | 2018-06-07 17:56:24 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-07 17:56:24 +0300 |
commit | 5a2dff38591c90cb1501dc09fea14e1a59d0cb52 (patch) | |
tree | 9a52dc0309d1f30b20560ae9f796712fb6337d73 /service | |
parent | ef78372ec1570571a1af6b1dc9847f7cc72fdc37 (diff) |
rcp tests
Diffstat (limited to 'service')
-rw-r--r-- | service/registry.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/registry.go b/service/registry.go index 424ad328..f94d4171 100644 --- a/service/registry.go +++ b/service/registry.go @@ -2,9 +2,9 @@ package service import ( "fmt" + "github.com/pkg/errors" "github.com/sirupsen/logrus" "sync" - "github.com/pkg/errors" ) // Config provides ability to slice configuration sections and unmarshal configuration data into |