MCPcopy
hub / github.com/dnote/dnote / Successf

Function Successf

pkg/cli/log/log.go:61–63  ·  view source on GitHub ↗

Successf prints a success message with optional format verbs

(msg string, v ...interface{})

Source from the content-addressed store, hash-verified

59
60// Successf prints a success message with optional format verbs
61func Successf(msg string, v ...interface{}) {
62 fmt.Fprintf(color.Output, "%s%s %s", indent, ColorGreen.Sprint("✔"), fmt.Sprintf(msg, v...))
63}
64
65// Plain prints a plain message without any prefix symbol
66func Plain(msg string) {

Callers 2

runNoteFunction · 0.92
newRunFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected