From 51546f3e13733f84258ee6eed56c63510757413f Mon Sep 17 00:00:00 2001 From: Dvorinka Date: Fri, 20 Jun 2025 09:48:09 +0200 Subject: [PATCH] seg --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index 7aa805a..5446374 100644 --- a/main.go +++ b/main.go @@ -245,9 +245,8 @@ func trackVisit(w http.ResponseWriter, r *http.Request) { } w.WriteHeader(http.StatusOK) +} - -// Helper function to extract OS from User-Agent // Helper function to extract OS from User-Agent func getOSFromUserAgent(userAgent string) string { if strings.Contains(userAgent, "Windows") {