Co-authored-by: Dmitry Fedotov <dmitry@uint32.ru>
Co-committed-by: Dmitry Fedotov <dmitry@uint32.ru>
This commit is contained in:
2025-07-21 18:09:23 +03:00
committed by dmitry
parent 2f50eefbb2
commit 82a4641ab0
7 changed files with 338 additions and 914 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
.PHONY: coverage test
coverage:
go test -coverprofile=coverage.out
go tool cover -html=coverage.out
test:
go test -v -cover