update print statement

This commit is contained in:
Chigozirim Igweamaka 2024-06-30 21:25:20 +01:00
parent b1127d88a4
commit e5222c9505

View file

@ -236,5 +236,5 @@ func erase(songsDir string) {
logger.ErrorContext(ctx, msg, slog.Any("error", err))
}
fmt.Println("Erase successful")
fmt.Println("Erase complete")
}