MCPcopy
hub / github.com/m4ll0k/BBTz / Warn

Function Warn

aron.go:80–86  ·  view source on GitHub ↗
(str string,color bool)

Source from the content-addressed store, hash-verified

78}
79//
80func Warn(str string,color bool) {
81 if color{
82 fmt.Printf("%s%s%s %s%s%s\n",RED,WARN,RESET,RED,str,RESET)
83 } else{
84 fmt.Printf("%s%s%s %s\n",RED,WARN,RESET,str)
85 }
86}
87//
88func Ask(str string,color bool) {
89 if color{

Callers 2

CheckUrlFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected