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