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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/index_test.go') 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) { -- cgit v1.2.3-70-g09d2