MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / Print

Function Print

log/log.go:52–54  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

50}
51
52func Print(v ...interface{}) {
53 fmt.Print(v...)
54}
55
56func Printf(format string, v ...interface{}) {
57 fmt.Printf(format, v...)

Callers 2

FatalFunction · 0.85
TraceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected