first commit
This commit is contained in:
7
cmd/main.go
Normal file
7
cmd/main.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import server "m2pool-payment/internal"
|
||||
|
||||
func main() {
|
||||
server.Start()
|
||||
}
|
||||
Reference in New Issue
Block a user