api: go fmt

This commit is contained in:
Adhityaa Chandrasekar 2020-02-13 20:15:05 -05:00
parent 986b05f89a
commit 55a3d1fd89
2 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@ package main
import (
"fmt"
"strings"
"image/jpeg"
"io"
"net/http"
"image/jpeg"
"strings"
"github.com/disintegration/imaging"
)

View File

@ -2,8 +2,8 @@ package main
import (
"database/sql"
"net/url"
_ "github.com/lib/pq"
"net/url"
"os"
"strconv"
"time"