initial upload

This commit is contained in:
Luxferre
2026-07-09 11:43:10 +03:00
commit 3ec7a19680
8 changed files with 1782 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
.PHONY: all build clean test run
all: build
build:
go build -ldflags="-s -w" -o dynagate .
clean:
rm -f dynagate
test:
go test -v ./...
run: build
./dynagate -port 8080 -csv models.csv