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