From 1b32755f874b2a01a5f52b42cb69ffb6d714d19f Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 27 Jun 2019 09:49:39 +0100 Subject: [PATCH] Go fmt and update go mod --- hystrix_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hystrix_test.go b/hystrix_test.go index c069966..1e27a55 100644 --- a/hystrix_test.go +++ b/hystrix_test.go @@ -5,8 +5,8 @@ import ( "github.com/afex/hystrix-go/hystrix" "github.com/micro/go-micro/client" - "github.com/micro/go-micro/registry/memory" "github.com/micro/go-micro/client/selector" + "github.com/micro/go-micro/registry/memory" "context" )