MCPcopy Create free account
hub / github.com/go-task/task / Red

Function Red

internal/logger/logger.go:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75func Red() PrintFunc {
76 return color.New(attrsFgRed...).FprintfFunc()
77}
78
79func BrightBlue() PrintFunc {
80 return color.New(attrsFgHiBlue...).FprintfFunc()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected