From d05588d1bf30c231ff3b31732dc6c54adb8e880f Mon Sep 17 00:00:00 2001 From: HarrisChu <1726587+HarrisChu@users.noreply.github.com> Date: Wed, 9 Feb 2022 17:43:24 +0800 Subject: [PATCH] fix --- client.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/client.go b/client.go index 7fcaf58..dea304a 100644 --- a/client.go +++ b/client.go @@ -19,7 +19,6 @@ type ( Log nebula.Logger DataChs []chan Data OutoptCh chan []string - Version string csvStrategy csvReaderStrategy initialized bool sessions []*nebula.Session @@ -97,7 +96,6 @@ func New() *NebulaPool { return &NebulaPool{ Log: nebula.DefaultLogger{}, initialized: false, - Version: version, } }