This commit is contained in:
2025-05-28 04:02:55 -07:00
commit 7671eaaa57
11 changed files with 2325 additions and 0 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
default: test
test:
go test -v ./...
lint:
golangci-lint run --timeout 5m
clean:
rm -f ./secret