xmr-remote-nodes/main.go
ditatompel e9cacb478c
Some checks failed
Build / build (push) Has been cancelled
Test / lint (push) Has been cancelled
feat: Allow user to specify custom .env location
This feature can also be useful for running tests in CI.
2024-06-18 04:23:08 +07:00

9 lines
81 B
Go

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