plenty of changes to make the package more ergonomic
Including: bug fixes, api changes, new packages, and more!
This commit is contained in:
@ -19,6 +19,10 @@ const (
|
||||
ColorBold = "\033[1m"
|
||||
)
|
||||
|
||||
func Bold(txt string) string {
|
||||
return ColorBold + txt + ColorReset
|
||||
}
|
||||
|
||||
func Red(txt string) string {
|
||||
return ColorRed + txt + ColorReset
|
||||
}
|
||||
|
Reference in New Issue
Block a user