mirror of
https://github.com/bettercap/bettercap
synced 2025-07-07 13:32:07 -07:00
7 lines
132 B
Go
7 lines
132 B
Go
package network
|
|
|
|
type DebugFunc func(format string, args ...interface{})
|
|
|
|
var Debug = func(format string, args ...interface{}) {
|
|
|
|
}
|