[hw-4] add postgres db

This commit is contained in:
Никита Шубин
2025-06-26 12:08:46 +00:00
parent 3ebaad5558
commit 77ed9fcf85
46 changed files with 1582 additions and 369 deletions

View File

@@ -8,6 +8,7 @@ bindir:
build: bindir
echo "build cart"
go build -o ${BINDIR}/cart cmd/server/main.go
coverage:
@go test -race -coverprofile=coverage.txt -covermode=atomic $(PKGS)