initial commit

This commit is contained in:
2025-09-19 14:59:07 -04:00
commit d2b9f273e0
14 changed files with 898 additions and 0 deletions

6
.golangci.toml Normal file
View File

@@ -0,0 +1,6 @@
#:schema https://golangci-lint.run/jsonschema/golangci.jsonschema.json
version = "2"
[[linters.exclusions.rules]]
linters = [ "errcheck" ]
source = "^\\s*defer\\s+"