diff options
Diffstat (limited to 'service/metrics/rpc_test.go')
-rw-r--r-- | service/metrics/rpc_test.go | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/service/metrics/rpc_test.go b/service/metrics/rpc_test.go index 2fc4bc32..37af3eec 100644 --- a/service/metrics/rpc_test.go +++ b/service/metrics/rpc_test.go @@ -1,15 +1,16 @@ package metrics import ( + rpc2 "net/rpc" + "strconv" + "testing" + "time" + "github.com/sirupsen/logrus" "github.com/sirupsen/logrus/hooks/test" "github.com/spiral/roadrunner/service" "github.com/spiral/roadrunner/service/rpc" "github.com/stretchr/testify/assert" - rpc2 "net/rpc" - "strconv" - "testing" - "time" ) var port = 5004 |