ledisdb/cmd/ledis-server/main.go

10 lines
93 B
Go

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