mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-24 02:23:36 +08:00
go fmt
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user