Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/multiapps-cli-plugin
/ Printf
Function
Printf
log/log.go:56–58 ·
view source on GitHub ↗
(format string, v ...interface{})
Source
from the content-addressed store, hash-verified
54
}
55
56
func
Printf(format string, v ...
interface
{}) {
57
fmt.Printf(format, v...)
58
}
59
60
func
Println(v ...
interface
{}) {
61
fmt.Println(v...)
Callers
2
Fatalf
Function · 0.85
Tracef
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected