From f917d2029f9fc552a3b0409581c874ad16a93cce Mon Sep 17 00:00:00 2001 From: Evgeniy Kulikov <im@kulikov.im> Date: Mon, 28 Oct 2019 13:46:59 +0300 Subject: [PATCH] golint warning fixes --- nats.go | 1 + 1 file changed, 1 insertion(+) diff --git a/nats.go b/nats.go index 7c3dac2..b622b28 100644 --- a/nats.go +++ b/nats.go @@ -19,6 +19,7 @@ type ( Options []stan.Option } + // StreamerParams param to initialize streamer client instance StreamerParams struct { dig.In