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 --- outboxPost.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'outboxPost.go') diff --git a/outboxPost.go b/outboxPost.go index 2fc6b08..ee1e9e5 100644 --- a/outboxPost.go +++ b/outboxPost.go @@ -4,7 +4,6 @@ import ( "database/sql" "encoding/json" "fmt" - _ "github.com/lib/pq" "io/ioutil" "mime/multipart" "net/http" @@ -12,6 +11,8 @@ import ( "os/exec" "regexp" "strings" + + _ "github.com/lib/pq" ) func ParseOutboxRequest(w http.ResponseWriter, r *http.Request, db *sql.DB) { -- cgit v1.2.3