implement core logic (#3)

This commit is contained in:
Adem Baccara
2025-08-27 16:56:42 +01:00
committed by GitHub
parent e9225188e8
commit 8e3f7ebc37
27 changed files with 1675 additions and 245 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ check: staticcheck ## Run staticcheck analyzer
$(STATICCHECK) ./...
.PHONY: quality
quality: fmt vet ## Run all code quality checks (i will add lint and check)
quality: fmt vet lint ## Run all code quality checks
##@ Testing