fix: fixed compilation issue on windows

This commit is contained in:
Simone Margaritelli 2021-03-14 21:47:22 +01:00
parent 3e12bb0290
commit b64dffb53f

View file

@ -3,6 +3,7 @@
package events_stream
import (
"io"
"github.com/bettercap/bettercap/session"
)