aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/dbasik-api/handlers.go
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-06-01 15:18:25 +0100
committerMatthew Lemon <y@yulqen.org>2024-06-01 15:23:27 +0100
commit609f6597f1a11cdf35b3ad2da588336226863047 (patch)
tree39cffdcf69844a9871eac2ed3ac75e8e6c730495 /cmd/dbasik-api/handlers.go
parent351a8ba75519d18a8afe06f8a3a3f239f3a62a64 (diff)
Spelling fixes and adds a newline
Adds a mere newline... Fixes spelling mistakes
Diffstat (limited to '')
-rw-r--r--cmd/dbasik-api/handlers.go2
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")
}