fix code mistake
This commit is contained in:
parent
5ccc047fe4
commit
658f1f5cda
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ type Sniffer interface {
|
|||
|
||||
const (
|
||||
TLS SnifferType = iota
|
||||
HTTP SnifferType
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in a new issue