From 504bebc2e72ba6501fcad081cff45652cb167d65 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 10 Jan 2019 09:43:37 +0000 Subject: [PATCH] gofmt --- nats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats.go b/nats.go index 0e037aa..911cae7 100644 --- a/nats.go +++ b/nats.go @@ -7,8 +7,8 @@ import ( "sync" "github.com/micro/go-micro/broker" - "github.com/micro/go-micro/codec/json" "github.com/micro/go-micro/cmd" + "github.com/micro/go-micro/codec/json" "github.com/nats-io/go-nats" )