From a00376eb9cc721ac7b5c9276f70839d3ba9860cc Mon Sep 17 00:00:00 2001 From: Ruslan Zhdanov <26283990+TheDemonCat@users.noreply.github.com> Date: Sat, 13 Mar 2021 23:50:48 +0600 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B7=D0=B0=D0=BC=D0=B5=D1=87=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B9=20SQ=20(#12)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- downloader/downloader_test.go | 36 ----------------------------------- 1 file changed, 36 deletions(-) diff --git a/downloader/downloader_test.go b/downloader/downloader_test.go index c9e0d59..a8eb3be 100644 --- a/downloader/downloader_test.go +++ b/downloader/downloader_test.go @@ -150,42 +150,6 @@ func getHandler() func(w http.ResponseWriter, r *http.Request) { "29.12.15", "") fmt.Fprintln(w, "") - } else if strings.Contains(r.RequestURI, "project/Platform83") { - fmt.Fprintln(w, "") - fmt.Fprintln(w, - "", - "", - "", - "") - fmt.Fprintln(w, - "", - "", - "", - "") - fmt.Fprintln(w, - "", - "", - "", - "") - fmt.Fprintln(w, "
27.04.17
01.09.16
29.12.15
") - } else if strings.Contains(r.RequestURI, "project/Platform83") { - fmt.Fprintln(w, "") - fmt.Fprintln(w, - "", - "", - "", - "") - fmt.Fprintln(w, - "", - "", - "", - "") - fmt.Fprintln(w, - "", - "", - "", - "") - fmt.Fprintln(w, "
27.04.17
01.09.16
29.12.15
") } else if r.URL.Path == "/releases/version_files" { query, err := url.ParseQuery(r.URL.RawQuery) if err != nil {