aboutsummaryrefslogtreecommitdiff
path: root/outboxPost.go
diff options
context:
space:
mode:
Diffstat (limited to 'outboxPost.go')
-rw-r--r--outboxPost.go3
1 files changed, 2 insertions, 1 deletions
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) {