mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
new: added debug callback to the network package
This commit is contained in:
parent
058a6865ff
commit
e50eaad7e6
3 changed files with 18 additions and 0 deletions
7
network/debug.go
Normal file
7
network/debug.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package network
|
||||
|
||||
type DebugFunc func(format string, args ...interface{})
|
||||
|
||||
var Debug = func(format string, args ...interface{}) {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue