From 7d84f2005b5b5f895e2acbe6654cf2aab430d330 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 4 Jun 2019 13:05:57 +0100 Subject: [PATCH] gofmt --- stan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stan.go b/stan.go index 93f387b..ffd6fb0 100644 --- a/stan.go +++ b/stan.go @@ -10,10 +10,10 @@ import ( "time" "github.com/google/uuid" - log "github.com/micro/go-micro/util/log" "github.com/micro/go-micro/broker" "github.com/micro/go-micro/cmd" "github.com/micro/go-micro/codec/json" + log "github.com/micro/go-micro/util/log" stan "github.com/nats-io/stan.go" )