aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/postgres/postgres_sql_gen.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-02-17 20:57:08 -0800
committerChris Lu <chris.lu@gmail.com>2021-02-17 20:57:08 -0800
commit3575d41009e4367658e75e6ae780c6260b80daf9 (patch)
treebc3330e274901d782395b7396cb54d7cc42608b1 /weed/filer/postgres/postgres_sql_gen.go
parent6daa932f5c1571cc60cf89014cf17810d756dd6b (diff)
downloadseaweedfs-3575d41009e4367658e75e6ae780c6260b80daf9.tar.xz
seaweedfs-3575d41009e4367658e75e6ae780c6260b80daf9.zip
go fmt
Diffstat (limited to 'weed/filer/postgres/postgres_sql_gen.go')
-rw-r--r--weed/filer/postgres/postgres_sql_gen.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/filer/postgres/postgres_sql_gen.go b/weed/filer/postgres/postgres_sql_gen.go
index 480f433ef..e13070c3d 100644
--- a/weed/filer/postgres/postgres_sql_gen.go
+++ b/weed/filer/postgres/postgres_sql_gen.go
@@ -1,10 +1,10 @@
package postgres
import (
- `fmt`
+ "fmt"
- `github.com/chrislusf/seaweedfs/weed/filer/abstract_sql`
- _ `github.com/lib/pq`
+ "github.com/chrislusf/seaweedfs/weed/filer/abstract_sql"
+ _ "github.com/lib/pq"
)
type SqlGenPostgres struct {