sentinel/main.go
2021-03-04 02:04:05 -05:00

7 lines
91 B
Go

package main
import "github.com/lbryio/chain-watcher/cmd"
func main() {
cmd.Execute()
}