diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-08-12 23:58:22 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-08-12 23:58:22 +0200 |
commit | a7792b12b834125952263a7b0223da127010625f (patch) | |
tree | 5833674774e882d30f07d555eee18171f4e3bb2f | |
parent | cd36e1412be8e0ab08f3a331a1fb5701dc5d043a (diff) |
Add a TODO
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ func finalHandler(w http.ResponseWriter, r *http.Request) { if c, ok := components[path]; !ok { w.WriteHeader(http.StatusNotFound) + /* TODO: Create a 404 page */ fmt.Fprintln(w, p.T("Page not found")) } else { /* When a user clicks on the language button to be taken to the |