From 09989a041d89ceda97c147ea737d729c6e6f8698 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sun, 7 Jul 2019 10:41:31 +0100 Subject: [PATCH] Move transport to network/transport --- http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.go b/http.go index 4af6686..63854ac 100644 --- a/http.go +++ b/http.go @@ -21,7 +21,7 @@ import ( errors "github.com/micro/go-micro/errors" "github.com/micro/go-micro/metadata" "github.com/micro/go-micro/registry" - "github.com/micro/go-micro/transport" + "github.com/micro/go-micro/network/transport" ) type httpClient struct {