fix code mistake

This commit is contained in:
Meta 2022-05-02 05:34:20 +08:00 committed by GitHub
parent 5ccc047fe4
commit 658f1f5cda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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