Go fmt and update go mod

This commit is contained in:
Asim Aslam 2019-06-27 09:49:39 +01:00 committed by Vasiliy Tolstov
parent a28169de2e
commit d438bee8bf

View File

@ -11,8 +11,8 @@ import (
"github.com/google/uuid"
"github.com/micro/go-micro/broker"
"github.com/micro/go-micro/config/cmd"
"github.com/micro/go-micro/codec/json"
"github.com/micro/go-micro/config/cmd"
log "github.com/micro/go-micro/util/log"
stan "github.com/nats-io/stan.go"
)