mirror of
https://github.com/bettercap/bettercap.git
synced 2024-11-08 06:30:13 -08:00
15 lines
203 B
Go
15 lines
203 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package events_stream
|
|
|
|
import (
|
|
"io"
|
|
|
|
"github.com/bettercap/bettercap/v2/session"
|
|
)
|
|
|
|
func (mod *EventsStream) viewBLEEvent(output io.Writer, e session.Event) {
|
|
|
|
}
|