Signed-off-by: hanzhixiao <709674996@qq.com>
pull/828/head
hanzhixiao 2 years ago
parent f82db1febc
commit 757ca17bbe

@ -275,5 +275,5 @@ func successPrint(s string) {
} }
func warningPrint(s string) { func warningPrint(s string) {
fmt.Printf("\x1b[%dmhello world\x1b[0m\n", 33) fmt.Printf("\x1b[%dm%v\x1b[0m\n", 33, s)
} }

Loading…
Cancel
Save