ansi icon indicating copy to clipboard operation
ansi copied to clipboard

add function Colorf(s string, style string, args ...string)

Open n3wtron opened this issue 9 years ago • 0 comments

func Colorf(format string, style string, args ...string) string{ return Color(fmt.Sprintf(format,args...),style) }

n3wtron avatar Jun 18 '15 14:06 n3wtron