lbcd/claimtrie/cmd/main.go

9 lines
101 B
Go

package main
import (
"github.com/lbryio/lbcd/claimtrie/cmd/cmd"
)
func main() {
cmd.Execute()
}