bill-server-go/cmd/bill-server/main.go

8 lines
100 B
Go
Raw Normal View History

2023-05-05 20:27:33 +08:00
package main
import "bill-go-fiber/internal/infrastructure"
func main() {
infrastructure.Run()
}