From 4a4aeab9f26e4b4682826bec65b70bc151c8ef81 Mon Sep 17 00:00:00 2001 From: arzumify Date: Fri, 25 Oct 2024 20:45:05 +0100 Subject: [PATCH] Run gofmt -s on httpserver/main.go --- httpserver/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpserver/main.go b/httpserver/main.go index 0a6d9d1..73b98dd 100644 --- a/httpserver/main.go +++ b/httpserver/main.go @@ -1,8 +1,8 @@ package main import ( - "git.ailur.dev/ailur/httpserver" "fmt" + "git.ailur.dev/ailur/httpserver" "os" "strconv" "strings"