MCPcopy
hub / github.com/MadAppGang/dingo / Printf

Method Printf

pkg/ui/simple_build_ui.go:125–127  ·  view source on GitHub ↗

Printf prints formatted output

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

Source from the content-addressed store, hash-verified

123
124// Printf prints formatted output
125func (ui *SimpleBuildUI) Printf(format string, args ...interface{}) {
126 fmt.Printf(format, args...)
127}
128
129// printMascot prints the mascot with status
130func (ui *SimpleBuildUI) printMascot() {

Callers 15

TranslatePositionMethod · 0.80
TranslateRangeMethod · 0.80
dingoToGoPathWithConfigFunction · 0.80
goToDingoPathWithConfigFunction · 0.80
expandTabsInColumnFunction · 0.80
BuildMethod · 0.80
printMascotMethod · 0.80
RunWithSpinnerMethod · 0.80
PrintFileStartMethod · 0.80
PrintSummaryMethod · 0.80

Calls

no outgoing calls

Tested by 1