This commit is contained in:
Chris Lu
2018-08-19 15:18:37 -07:00
parent f827ada811
commit 95b997fb35
11 changed files with 11 additions and 11 deletions

View File

@@ -1,8 +1,8 @@
package msgqueue
import (
"github.com/golang/protobuf/proto"
"github.com/chrislusf/seaweedfs/weed/util"
"github.com/golang/protobuf/proto"
)
type MessageQueue interface {