Signed-off-by: hanzhixiao <709674996@qq.com>
This commit is contained in:
hanzhixiao 2023-08-09 11:30:39 +08:00
parent 2a3f4225f3
commit 29d837a1b7

View File

@ -275,5 +275,5 @@ func successPrint(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)
}