ansi
ansi copied to clipboard
add function Colorf(s string, style string, args ...string)
func Colorf(format string, style string, args ...string) string{ return Color(fmt.Sprintf(format,args...),style) }