From fbf9732a7a7a599fdc35b7e9e2072d32d2ea9d33 Mon Sep 17 00:00:00 2001 From: KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> Date: Sat, 30 Oct 2021 00:31:39 -0300 Subject: goimports --- client.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'client.go') diff --git a/client.go b/client.go index 704700e..b4323d3 100644 --- a/client.go +++ b/client.go @@ -3,8 +3,6 @@ package main import ( "database/sql" "fmt" - "github.com/gofiber/fiber/v2" - _ "github.com/lib/pq" "html/template" "log" "net/http" @@ -13,6 +11,9 @@ import ( "strconv" "strings" "time" + + "github.com/gofiber/fiber/v2" + _ "github.com/lib/pq" ) var Key *string = new(string) -- cgit v1.2.3