mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-11-16 17:07:36 +00:00
4c7d53547b
This make me easier to test the module with external services.
5 lines
94 B
Go
5 lines
94 B
Go
//go:build server
|
|
|
|
package main
|
|
|
|
import _ "github.com/ditatompel/xmr-remote-nodes/cmd/server"
|