From d438bee8bf333c3f17ee5e330e5525833cc6876f Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 27 Jun 2019 09:49:39 +0100 Subject: [PATCH] Go fmt and update go mod --- stan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stan.go b/stan.go index 57166d4..69b7e43 100644 --- a/stan.go +++ b/stan.go @@ -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" )