From 56e0b8a06e9a137ed10b136e9df0a472fa844ff0 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Fri, 21 Jun 2019 13:50:38 +0100 Subject: [PATCH] Update the location of data and cmd --- http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.go b/http.go index bf256d8..bdce702 100644 --- a/http.go +++ b/http.go @@ -15,7 +15,7 @@ import ( "github.com/micro/go-micro/broker" "github.com/micro/go-micro/client" - "github.com/micro/go-micro/cmd" + "github.com/micro/go-micro/config/cmd" "github.com/micro/go-micro/codec" errors "github.com/micro/go-micro/errors" "github.com/micro/go-micro/metadata"