refactore: refactoring of code

This commit is contained in:
2024-01-19 14:29:37 +01:00
parent aaad8a010c
commit 2ae78fec57
7 changed files with 13 additions and 9 deletions

View File

@@ -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)