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

8 lines
98 B
Go
Raw Permalink Normal View History

2023-05-05 20:27:33 +08:00
package main
2023-06-12 18:12:30 +08:00
import "bill-server/internal/infrastructure"
2023-05-05 20:27:33 +08:00
func main() {
infrastructure.Run()
}