MCPcopy
hub / github.com/bettercap/bettercap / DebugFunc

FuncType DebugFunc

network/debug.go:3–3  ·  view source on GitHub ↗
func(format string, args ...interface{})

Source from the content-addressed store, hash-verified

1package network
2
3type DebugFunc func(format string, args ...interface{})
4
5var Debug = func(format string, args ...interface{}) {
6

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected