From 54029aac92f17ec87d3ef0bb73fcdac271b209c9 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 11 Sep 2024 20:25:31 +0200 Subject: Apply go fmt to all source files This applies default Go code style recommendations. --- view/index_test.go | 2 +- view/recipe.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/index_test.go b/view/index_test.go index 583032c..3ab35d5 100644 --- a/view/index_test.go +++ b/view/index_test.go @@ -1,9 +1,9 @@ package view import ( - "testing" "net/http" "net/http/httptest" + "testing" ) func TestIndexRead(t *testing.T) { diff --git a/view/recipe.go b/view/recipe.go index 8236476..d77d771 100644 --- a/view/recipe.go +++ b/view/recipe.go @@ -41,7 +41,7 @@ func RecipeRead(w http.ResponseWriter, r *http.Request) { } } if !is_valid { - http.Error(w, "Unsupported view: " + template, http.StatusBadRequest) + http.Error(w, "Unsupported view: "+template, http.StatusBadRequest) return } -- cgit v1.2.3-70-g09d2