diff options
author | Matthew Lemon <y@yulqen.org> | 2024-06-01 15:18:25 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-06-01 15:23:27 +0100 |
commit | 609f6597f1a11cdf35b3ad2da588336226863047 (patch) | |
tree | 39cffdcf69844a9871eac2ed3ac75e8e6c730495 /cmd/dbasik-api/handlers.go | |
parent | 351a8ba75519d18a8afe06f8a3a3f239f3a62a64 (diff) |
Spelling fixes and adds a newline
Adds a mere newline...
Fixes spelling mistakes
Diffstat (limited to '')
-rw-r--r-- | cmd/dbasik-api/handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dbasik-api/handlers.go b/cmd/dbasik-api/handlers.go index 65bf2c4..a36adf6 100644 --- a/cmd/dbasik-api/handlers.go +++ b/cmd/dbasik-api/handlers.go @@ -100,7 +100,7 @@ func (app *application) createReturnHandler(w http.ResponseWriter, r *http.Reque app.serverErrorResponse(w, r, err) } - fmt.Fprintf(w, "file successfully uploaded") + fmt.Fprintf(w, "file successfully uploaded\n") } |