Browse Source

adjust package name

pull/858/head
Chris Lu 6 years ago
parent
commit
2442d56671
  1. 2
      weed/filer2/entry_codec.go

2
weed/filer2/entry_codec.go

@ -6,7 +6,7 @@ import (
"fmt"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
"github.com/gogo/protobuf/proto"
"github.com/golang/protobuf/proto"
)
func (entry *Entry) EncodeAttributesAndChunks() ([]byte, error) {

Loading…
Cancel
Save