diff options
Diffstat (limited to 'repoHTML.go')
| -rw-r--r-- | repoHTML.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/repoHTML.go b/repoHTML.go index f33bb71..b9c9e29 100644 --- a/repoHTML.go +++ b/repoHTML.go @@ -23,7 +23,8 @@ import ( </html> */ -func doGui(w http.ResponseWriter, path string) { +func doGui(w http.ResponseWriter, gourl string, realurl string) { + fmt.Fprintln(w, "go repo =", gourl, "real url =", realurl) fmt.Fprintln(w, "<!DOCTYPE html>") fmt.Fprintln(w, "<html>") fmt.Fprintln(w, "<head>") |
