mirror of
https://github.com/jkaninda/mysql-bkup.git
synced 2025-12-06 13:39:41 +01:00
refactore: refactoring of code
This commit is contained in:
@@ -19,10 +19,6 @@ func Info(v ...any) {
|
||||
func Done(v ...any) {
|
||||
fmt.Println("✔ ", fmt.Sprint(v...))
|
||||
}
|
||||
func Warning(v ...any) {
|
||||
fmt.Println("[Warning: ] ", fmt.Sprint(v...))
|
||||
}
|
||||
|
||||
func Fatal(v ...any) {
|
||||
fmt.Println("✘ ", fmt.Sprint(v...))
|
||||
os.Exit(1)
|
||||
|
||||
Reference in New Issue
Block a user