first commit

This commit is contained in:
lzx
2025-10-16 18:54:27 +08:00
commit a0689dbb09
15 changed files with 3351 additions and 0 deletions

7
cmd/main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import server "m2pool-payment/internal"
func main() {
server.Start()
}