This commit is contained in:
Chris Lu
2018-11-01 01:12:21 -07:00
parent db584ff7f8
commit 3674ad9f8e
7 changed files with 18 additions and 17 deletions

View File

@@ -11,9 +11,9 @@ import (
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/filersink"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/gcssink"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/s3sink"
"github.com/chrislusf/seaweedfs/weed/replication/sub"
"github.com/chrislusf/seaweedfs/weed/server"
"github.com/spf13/viper"
"github.com/chrislusf/seaweedfs/weed/replication/sub"
)
func init() {