mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
go fmt
This commit is contained in:
parent
37234bf3f8
commit
2815bbe6c0
|
@ -22,8 +22,8 @@ const (
|
|||
)
|
||||
|
||||
var (
|
||||
OS_UID = uint32(os.Getuid())
|
||||
OS_GID = uint32(os.Getgid())
|
||||
OS_UID = uint32(os.Getuid())
|
||||
OS_GID = uint32(os.Getgid())
|
||||
)
|
||||
|
||||
type Filer struct {
|
||||
|
|
|
@ -5,7 +5,6 @@ import (
|
|||
"github.com/chrislusf/seaweedfs/weed/filer"
|
||||
)
|
||||
|
||||
|
||||
func (store *MongodbStore) KvPut(ctx context.Context, key []byte, value []byte) (err error) {
|
||||
return filer.ErrKvNotImplemented
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue