add windows support

This commit is contained in:
xiaobiao
2022-04-18 22:28:49 +08:00
parent 87a877750f
commit 43c68ecf2f
33 changed files with 2697 additions and 346 deletions

View File

@@ -6,7 +6,7 @@ import (
"strings"
"github.com/Shopify/sarama"
log "github.com/sirupsen/logrus"
log "github.com/golang/glog"
"github.com/zr-hebo/sniffer-agent/model"
)