MCPcopy Create free account
hub / github.com/dnote/dnote / Infof

Function Infof

pkg/cli/log/log.go:51–53  ·  view source on GitHub ↗

Infof prints information with optional format verbs

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

Source from the content-addressed store, hash-verified

49
50// Infof prints information with optional format verbs
51func Infof(msg string, v ...interface{}) {
52 fmt.Fprintf(color.Output, "%s%s %s", indent, ColorBlue.Sprint("•"), fmt.Sprintf(msg, v...))
53}
54
55// Success prints a success message
56func Success(msg string) {

Callers 3

NoteInfoFunction · 0.92
BookInfoFunction · 0.92
checkVersionFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected