feat: change detector

This commit is contained in:
2024-04-01 11:44:53 +02:00
parent 90369bf147
commit b804a27c12
15 changed files with 430 additions and 0 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
test:
go test ./pkg/... -coverprofile=coverage.out
build:
go build
lint:
golint ./...