From c55078a1c326efe309bcc6df6fc775249b796042 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 --- stan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stan.go b/stan.go index 8824b04..0669af3 100644 --- a/stan.go +++ b/stan.go @@ -11,7 +11,7 @@ import ( "github.com/google/uuid" "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" log "github.com/micro/go-micro/util/log" stan "github.com/nats-io/stan.go"