MCPcopy Index your code
hub / github.com/dnote/dnote / Plain

Function Plain

pkg/cli/log/log.go:66–68  ·  view source on GitHub ↗

Plain prints a plain message without any prefix symbol

(msg string)

Source from the content-addressed store, hash-verified

64
65// Plain prints a plain message without any prefix symbol
66func Plain(msg string) {
67 fmt.Printf("%s%s", indent, msg)
68}
69
70// Plainf prints a plain message without any prefix symbol. It takes optional format verbs.
71func Plainf(msg string, v ...interface{}) {

Callers 3

newRunFunction · 0.92
newRunFunction · 0.92
newRunFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected