Fixed import formatting to match goimports

This commit is contained in:
Christian Muehlhaeuser 2019-07-19 02:31:23 +02:00
parent 836fb2c19d
commit bfabc06c6d
No known key found for this signature in database
GPG Key ID: 3CF9FA45CA1EBB7E

View File

@ -7,6 +7,7 @@ import (
"encoding/json" "encoding/json"
"errors" "errors"
"fmt" "fmt"
_ "github.com/lib/pq" _ "github.com/lib/pq"
"github.com/lib/pq/hstore" "github.com/lib/pq/hstore"
) )