package main import "bill-server/internal/infrastructure" func main() { infrastructure.Run() }