diff --git a/main.go b/main.go index 755b840..874476f 100644 --- a/main.go +++ b/main.go @@ -76,5 +76,5 @@ func (h *Handler) ServeHTTP(wr http.ResponseWriter, req *http.Request) { } log.Println("uploaded as", name) - wr.Write([]byte(h.Domain + "/" + name)) + wr.Write([]byte(h.Domain + "/" + name + "\n")) }