diff options
| author | Jeff Carr <[email protected]> | 2024-01-12 12:40:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-12 12:40:54 -0600 |
| commit | e34f8f57342fe940901c73c9d3fb391680eb7ecc (patch) | |
| tree | 657ff200cbc74709c91bdb3ec195ad7bb8264002 /main.go | |
| parent | f8ae1dee50c18b4d33036ed48c48d2111b35fe85 (diff) | |
very close to working
Signed-off-by: Jeff Carr <[email protected]>
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 } |
