MCPcopy 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
56func Printf(format string, v ...interface{}) {
57 fmt.Printf(format, v...)
58}
59
60func Println(v ...interface{}) {
61 fmt.Println(v...)

Callers 2

FatalfFunction · 0.85
TracefFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected