From a36fe665e9515529166f64aaec4c88af6dedace2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 12 Jan 2024 11:55:45 -0600 Subject: repo's work Signed-off-by: Jeff Carr --- repoHTML.go | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'repoHTML.go') diff --git a/repoHTML.go b/repoHTML.go index b9c9e29..51a759b 100644 --- a/repoHTML.go +++ b/repoHTML.go @@ -24,18 +24,19 @@ import ( */ func doGui(w http.ResponseWriter, gourl string, realurl string) { - fmt.Fprintln(w, "go repo =", gourl, "real url =", realurl) + realurl = "https://" + realurl + log.Info("go repo =", gourl, "real url =", realurl) fmt.Fprintln(w, "") fmt.Fprintln(w, "") fmt.Fprintln(w, "") // fmt.Fprintln(w, - fmt.Fprintln(w, "") - fmt.Fprintln(w, "") + fmt.Fprintln(w, "") + fmt.Fprintln(w, "") - fmt.Fprintln(w, "") + fmt.Fprintln(w, "") fmt.Fprintln(w, "") fmt.Fprintln(w, "") - fmt.Fprintln(w, "Nothing to see here. Please move along.\"") + fmt.Fprintln(w, "Nothing to see here. Please move along.\"") fmt.Fprintln(w, "") fmt.Fprintln(w, "") -- cgit v1.2.3