diff options
| author | William Hergès <william@herges.fr> | 2025-09-07 16:58:14 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-09-07 16:58:14 +0200 |
| commit | 92d801e180f0e548cd3820dbc5b9704c9522260d (patch) | |
| tree | 2e6a132ed0405cfa7e8c4b33631fa068dc21b91a /main.go | |
| parent | 3a809d2571f8df178c436f463c9aade25a34c96e (diff) | |
fix(404): superfluous response.WriteHeader call from main.main.func1
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -148,7 +148,6 @@ func main() { }, Data: &cfg, }) - http.Redirect(w, r, "/", http.StatusTemporaryRedirect) } g.TemplateFuncMap = template.FuncMap{ |
