Fixed import formatting to match goimports (#2568)

This commit is contained in:
Christian Muehlhaeuser 2019-09-12 16:17:31 +02:00 committed by Jinzhu
parent 13f19a5036
commit 0c98e7d712
1 changed files with 1 additions and 0 deletions

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"
) )