ledisdb/cmd/ledis-repair/main.go

8 lines
88 B
Go

package main
import "github.com/ledisdb/ledisdb/cmd"
func main() {
cmd.CmdRepair()
}