This website requires JavaScript.
Explore
Help
Register
Sign in
Ecosystem
/
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
2024-11-16 17:07:36 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
0e3dc04af8
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-03 17:11:56 +00: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 10:59:54 +00:00
import
(
feat!: Change the module name to "URL based" This make me easier to test the module with external services.
2024-07-06 18:28:44 +00: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 10:59:54 +00:00
)
Copying my other project structure to this project
2024-05-03 17:11:56 +00:00
func
main
(
)
{
cmd
.
Execute
(
)
}
Reference in a new issue
Copy permalink