7 lines
86 B
Go
7 lines
86 B
Go
package main
|
|
|
|
import "github.com/lbryio/sentinel/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|