mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-11-16 17:07:36 +00:00
5496692c5d
I hope it will be less discoverable by other users and less likely to be used unintentionally in other projects.
7 lines
76 B
Go
7 lines
76 B
Go
package main
|
|
|
|
import "xmr-remote-nodes/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|