mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-11-17 01:17:37 +00:00
8 lines
91 B
Go
8 lines
91 B
Go
|
package main
|
||
|
|
||
|
import "github.com/ditatompel/xmr-nodes/cmd"
|
||
|
|
||
|
func main() {
|
||
|
cmd.Execute()
|
||
|
}
|