diff options
Diffstat (limited to 'weed/filer2/postgres')
| -rw-r--r-- | weed/filer2/postgres/postgres_store.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer2/postgres/postgres_store.go b/weed/filer2/postgres/postgres_store.go index 8836e2be7..ffd3d1e01 100644 --- a/weed/filer2/postgres/postgres_store.go +++ b/weed/filer2/postgres/postgres_store.go @@ -6,8 +6,8 @@ import ( "github.com/chrislusf/seaweedfs/weed/filer2" "github.com/chrislusf/seaweedfs/weed/filer2/abstract_sql" - _ "github.com/lib/pq" "github.com/chrislusf/seaweedfs/weed/util" + _ "github.com/lib/pq" ) const ( |
