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