mirror of
https://github.com/bettercap/bettercap
synced 2025-07-05 20:42:09 -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{}) {
|
|
|
|
}
|