package main import server "m2pool-payment/internal" func main() { server.Start() }