xmr-remote-nodes/main.go
ditatompel 5496692c5d
Avoid naming module using a domain name pattern
I hope it will be less discoverable by other users and less likely to
be used unintentionally in other projects.
2024-05-08 21:35:04 +07:00

7 lines
76 B
Go

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