From 2e2d50c1c0ab8345a6f32c1db6b6bd8f68fbe672 Mon Sep 17 00:00:00 2001 From: Up Date: Fri, 10 May 2024 21:26:11 +0200 Subject: [PATCH] sort imports --- api/endpoints.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/endpoints.go b/api/endpoints.go index c23f693..a24da22 100644 --- a/api/endpoints.go +++ b/api/endpoints.go @@ -18,8 +18,8 @@ package api import ( - "encoding/base64" "database/sql" + "encoding/base64" "encoding/json" "fmt" "net/http"