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

Function Printf

pkg/cli/log/log.go:91–93  ·  view source on GitHub ↗

Printf prints an normal message

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

Source from the content-addressed store, hash-verified

89
90// Printf prints an normal message
91func Printf(msg string, v ...interface{}) {
92 fmt.Fprintf(color.Output, "%s%s %s", indent, ColorGray.Sprint("•"), fmt.Sprintf(msg, v...))
93}
94
95// Askf prints an question with optional format verbs. The leading symbol differs in color depending
96// on whether the input is masked.

Callers 1

restoreBackupFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected