MCPcopy
hub / github.com/go-git/go-git / Info

Function Info

_examples/common.go:29–31  ·  view source on GitHub ↗

Info should be used to describe the example commands that are about to run.

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

27
28// Info should be used to describe the example commands that are about to run.
29func Info(format string, args ...interface{}) {
30 fmt.Printf("\x1b[34;1m%s\x1b[0m\n", fmt.Sprintf(format, args...))
31}
32
33// Warning should be used to display a warning
34func Warning(format string, args ...interface{}) {

Callers 15

mainFunction · 0.85
prepareRepoFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

PrintfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…