sentinel/main.go
2021-03-06 10:55:39 -05:00

8 lines
86 B
Go

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