refactor #1

Merged
jkaninda merged 21 commits from refactor into main 2024-12-12 16:01:26 +01:00
Showing only changes of commit 05003b386e - Show all commits

View File

@@ -36,7 +36,7 @@ import (
)
func intro() {
fmt.Println("Starting PosgreSQL Backup...")
fmt.Println("Starting PostgresSQL Backup...")
fmt.Printf("Version: %s\n", utils.Version)
fmt.Println("Copyright (c) 2024 Jonas Kaninda")
}