diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-24 22:31:55 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-24 22:31:55 +0800 |
commit | 30a9cd3620245f99d874a79d4c7f5c46c3bc04ce (patch) | |
tree | 1b8c969ae1cdcc5b28b9e24dceed22a0ae0f5537 | |
parent | Use range instead of normal for loop (diff) | |
download | powxy-30a9cd3620245f99d874a79d4c7f5c46c3bc04ce.tar.gz powxy-30a9cd3620245f99d874a79d4c7f5c46c3bc04ce.tar.zst powxy-30a9cd3620245f99d874a79d4c7f5c46c3bc04ce.zip |
Correct spelling
-rw-r--r-- | handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ func handler(writer http.ResponseWriter, request *http.Request) { http.Redirect(writer, request, "", http.StatusSeeOther) } -// tparams holds paramters for the template. +// tparams holds parameters for the template. type tparams struct { Identifier string Message string |