summaryrefslogtreecommitdiff
path: root/repoHTML.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-12 15:17:55 -0600
committerJeff Carr <[email protected]>2024-01-12 15:17:55 -0600
commitf47585ff550a058a025511a3235aad0d3ced3ccf (patch)
tree7ca3ea27b34ac5e82b4c62eff0566406e8c63e96 /repoHTML.go
parent7fd58e60ae46b80263071ca3902de0c2bd67f215 (diff)
it totally works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'repoHTML.go')
-rw-r--r--repoHTML.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repoHTML.go b/repoHTML.go
index f1426e5..0cba639 100644
--- a/repoHTML.go
+++ b/repoHTML.go
@@ -23,7 +23,7 @@ import (
</html>
*/
-func doGui(w http.ResponseWriter, gourl string, realurl string) {
+func repoHTML(w http.ResponseWriter, gourl string, realurl string) {
realurl = "https://" + realurl
log.Info("go repo =", gourl, "real url =", realurl)
fmt.Fprintln(w, "<!DOCTYPE html>")