sentinel/main.go

8 lines
86 B
Go
Raw Normal View History

2021-03-04 08:04:05 +01:00
package main
2021-03-06 16:55:39 +01:00
import "github.com/lbryio/sentinel/cmd"
2021-03-04 08:04:05 +01:00
func main() {
cmd.Execute()
}