Implement core waiterr package with initial functionality and tests.

This commit is contained in:
Dan Jones 2025-11-13 14:01:30 -06:00
commit 635126fc98
7 changed files with 132 additions and 2 deletions

View file

@ -21,7 +21,9 @@ This document outlines the conventions and commands for agents operating within
- Packages: `lowercase`
- **Error Handling:** Return errors explicitly. Check errors immediately after a function call that returns an error.
- **Linter Rules:** Refer to `.golangci.yaml` for detailed linting rules.
- **Testing**: Use `github.com/nalgeon/be`
- **Testing**:
- Use `github.com/nalgeon/be`
- Tests should be in a separate package, such as waiterr_test
## Git Commit Guidelines
- **Format**: Prepend commit messages with a gitmoji emoji (see https://gitmoji.dev)