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

Function Info

pkg/cli/log/log.go:46–48  ·  view source on GitHub ↗

Info prints information

(msg string)

Source from the content-addressed store, hash-verified

44
45// Info prints information
46func Info(msg string) {
47 fmt.Fprintf(color.Output, "%s%s %s", indent, ColorBlue.Sprint("•"), msg)
48}
49
50// Infof prints information with optional format verbs
51func Infof(msg string, v ...interface{}) {

Callers 3

fullSyncFunction · 0.92
stepSyncFunction · 0.92
sendChangesFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected