This commit is contained in:
2026-07-28 02:04:36 +03:30
commit a5aed05b98
31 changed files with 3500 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
.PHONY: run test build
run:
go run ./cmd/server
test:
go test ./...
build:
go build -o teammate ./cmd/server