fix code mistake

This commit is contained in:
Meta
2022-05-02 05:34:20 +08:00
committed by GitHub
parent 5ccc047fe4
commit 658f1f5cda

View File

@ -8,6 +8,7 @@ type Sniffer interface {
const (
TLS SnifferType = iota
HTTP SnifferType
)
var (