summaryrefslogtreecommitdiff
path: root/repoHTML.go
diff options
context:
space:
mode:
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>")