This commit is contained in:
csehviktor
2025-08-01 05:52:06 +02:00
commit aae5a0e0fb
16 changed files with 656 additions and 0 deletions

12
Makefile Normal file
View File

@@ -0,0 +1,12 @@
run:
@go tool templ generate
@go run .
gen:
@go tool templ generate
test:
@go test -v ./...
build:
@go build -o bin/main main.go