Browse Source

fix build

fasthttp 1.53
Chris Lu 5 years ago
parent
commit
fb19263a71
  1. 2
      weed/filer2/tikv/tikv_store_unsupported.go

2
weed/filer2/tikv/tikv_store_unsupported.go

@ -21,7 +21,7 @@ func (store *TikvStore) GetName() string {
return "tikv"
}
func (store *TikvStore) Initialize(configuration weed_util.Configuration) (err error) {
func (store *TikvStore) Initialize(configuration weed_util.Configuration, prefix string) (err error) {
return fmt.Errorf("not implemented for 32 bit computers")
}

Loading…
Cancel
Save