Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OJ/gobuster
/ Printf
Method
Printf
libgobuster/logger.go:64–66 ·
view source on GitHub ↗
(format string, v ...any)
Source
from the content-addressed store, hash-verified
62
}
63
64
func
(l Logger) Printf(format string, v ...any) {
65
l.log.Printf(format, v...)
66
}
67
68
func
(l Logger) Println(v ...any) {
69
l.log.Println(v...)
Callers
8
main
Function · 0.80
ParseCommonHTTPOptions
Function · 0.80
resultWorker
Function · 0.80
Gobuster
Function · 0.80
Debugf
Method · 0.80
Warnf
Method · 0.80
Infof
Method · 0.80
Errorf
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected