From e58875c77e61b00b5cd0c4a3fcfc546d15fb6037 Mon Sep 17 00:00:00 2001 From: ibnaleem Date: Sat, 18 Jan 2025 23:44:14 +0000 Subject: [PATCH] add mode 4 in the invalid mode print --- tests/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.go b/tests/test.go index a321220..ad4c349 100644 --- a/tests/test.go +++ b/tests/test.go @@ -260,7 +260,7 @@ func main() { Mode4(url, errorMsg) } else { - fmt.Println(Red + "Invalid mode. Please provide either 0, 1, 2, or 3. Exiting..." + Reset) + fmt.Println(Red + "Invalid mode. Please provide either 0, 1, 2, 3 or 4. Exiting..." + Reset) os.Exit(1) } }