From c72df435689b929b418b7205391ffbe9f0bdd48a Mon Sep 17 00:00:00 2001 From: Caj Larsson Date: Thu, 28 Apr 2022 20:25:23 +0800 Subject: [PATCH] whitespace --- application/bog.go | 1 - 1 file changed, 1 deletion(-) diff --git a/application/bog.go b/application/bog.go index 9bf3a5c..4bfc3e0 100644 --- a/application/bog.go +++ b/application/bog.go @@ -55,7 +55,6 @@ func buildHttpMux(file_service domain.BogFileService) *http.ServeMux { case "POST": fallthrough case "PUT": - size_str := r.Header["Content-Length"][0] size, err := strconv.ParseInt(size_str, 10, 64)