feat: add 'HandleErrorOrDefault' with fallback handler

This commit is contained in:
2025-10-11 22:01:18 +04:00
parent 0d53670ab7
commit d1ea7874fe
4 changed files with 345 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ tasks:
tidy: go mod tidy {{.CLI_ARGS}}
test: go test ./... {{.CLI_ARGS}}
test: go test -race ./... {{.CLI_ARGS}}
fmt:
desc: Run linters