feat: rewrite backend to go

This commit is contained in:
2024-08-18 05:54:08 +07:00
parent e1d2274bfb
commit b554cb4dbf
30 changed files with 448 additions and 592 deletions
+6
View File
@@ -0,0 +1,6 @@
build:
go build -o main -tags="prod" main.go
run:
go run main.go