mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 10:48:04 +08:00
go fmt
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
package postgres
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"database/sql"
|
||||
"fmt"
|
||||
|
||||
"github.com/chrislusf/seaweedfs/weed/filer2"
|
||||
"github.com/spf13/viper"
|
||||
_ "github.com/lib/pq"
|
||||
"github.com/chrislusf/seaweedfs/weed/filer2/abstract_sql"
|
||||
_ "github.com/lib/pq"
|
||||
"github.com/spf13/viper"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user