mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
new: several improvements to the new.show u
This commit is contained in:
parent
646c5d14c7
commit
7abb3cbb2c
5 changed files with 135 additions and 104 deletions
|
@ -74,6 +74,10 @@ func Green(s string) string {
|
|||
return W(GREEN, s)
|
||||
}
|
||||
|
||||
func Blue(s string) string {
|
||||
return W(BLUE, s)
|
||||
}
|
||||
|
||||
func Yellow(s string) string {
|
||||
return W(YELLOW, s)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue