Update the location of data and cmd

This commit is contained in:
Asim Aslam 2019-06-21 13:50:38 +01:00 committed by Vasiliy Tolstov
parent ba6a3b4c5e
commit 410418a7cc

View File

@ -8,7 +8,7 @@ import (
"sync" "sync"
"github.com/micro/go-micro/broker" "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" "github.com/micro/go-micro/codec/json"
nats "github.com/nats-io/nats.go" nats "github.com/nats-io/nats.go"
) )