diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) { if tmp == "/new" { indexHeader(w) indexBodyStart(w) + indexBodyRepo(w, "go.wit.com/gui/gui") indexBodyEnd(w) return } |
