✨ Implement core waiterr package with initial functionality and tests.
This commit is contained in:
parent
8c595a9080
commit
635126fc98
7 changed files with 132 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue