xmr-remote-nodes/main.go
Christian Ditaputratama 4c7d53547b
feat!: Change the module name to "URL based"
This make me easier to test the module with external services.
2024-07-07 01:28:44 +07:00

9 lines
103 B
Go

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