diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-08-19 15:18:37 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-08-19 15:18:37 -0700 |
| commit | 95b997fb3542093d935e5abee10de456b3710cc3 (patch) | |
| tree | 56b9c0ab046f21699c94b0c0f71b9c80cd9ea5a7 /weed/filer2/postgres/postgres_store.go | |
| parent | f827ada811bb807a9cf9e3db702a01e6f8e4ae3b (diff) | |
| download | seaweedfs-95b997fb3542093d935e5abee10de456b3710cc3.tar.xz seaweedfs-95b997fb3542093d935e5abee10de456b3710cc3.zip | |
go fmt
Diffstat (limited to 'weed/filer2/postgres/postgres_store.go')
| -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 ( |
