xmr-remote-nodes/main.go

7 lines
91 B
Go

package main
import "github.com/ditatompel/xmr-nodes/cmd"
func main() {
cmd.Execute()
}