mirror of
https://github.com/LBRYFoundation/reflector.go.git
synced 2025-08-23 09:17:24 +00:00
7 lines
90 B
Go
7 lines
90 B
Go
package main
|
|
|
|
import "github.com/lbryio/reflector.go/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|