This website requires JavaScript.
Explore
Help
Sign In
ditatompel
/
xmr-remote-nodes
Watch
1
Star
0
Fork
You've already forked xmr-remote-nodes
0
mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced
2025-01-08 05:52:10 +07:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ed83e917b7
xmr-remote-nodes
/
main.go
10 lines
103 B
Go
Raw
Normal View
History
Unescape
Escape
Copying my other project structure to this project
2024-05-04 00:11:56 +07:00
package
main
Separating client and server package #3 The client and server package is now separated, so I can build additional server package with `-tags server`.
2024-05-18 17:59:54 +07:00
import
(
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
"github.com/ditatompel/xmr-remote-nodes/cmd"
Separating client and server package #3 The client and server package is now separated, so I can build additional server package with `-tags server`.
2024-05-18 17:59:54 +07:00
)
Copying my other project structure to this project
2024-05-04 00:11:56 +07:00
func
main
(
)
{
cmd
.
Execute
(
)
}
Reference in a new issue
Copy permalink