From 410418a7cc6170a543582ad0e1ef128ea9bbe85f 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 --- nats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats.go b/nats.go index 8a13db7..93a98e6 100644 --- a/nats.go +++ b/nats.go @@ -8,7 +8,7 @@ import ( "sync" "github.com/micro/go-micro/broker" - "github.com/micro/go-micro/cmd" + "github.com/micro/go-micro/config/cmd" "github.com/micro/go-micro/codec/json" nats "github.com/nats-io/nats.go" )