This commit is contained in:
Franco Kaddour 2025-09-24 21:25:07 +08:00 committed by GitHub
commit 2dc02e9983
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 0 deletions

View File

@ -126,3 +126,24 @@ Memos welcomes contributions from developers, designers, and users worldwide. We
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=usememos/memos&type=Date)](https://star-history.com/#usememos/memos&Date)
<!-- GitHub Frontend Bot Testing Improvement Contribution -->
This comment was added by GitHub Frontend Bot as part of a testing infrastructure improvement initiative.
**Suggested Testing Improvements:**
**Recommended Testing Stack:**
- **Built-in testing package** - Go's native testing
- **testify** - Assertion library for better readability
- **GoConvey** - BDD-style testing framework
- **golangci-lint** - Comprehensive linting
**Example setup:**
```bash
go get github.com/stretchr/testify
```
---
*Generated on 2025-08-27T16:20:17.179Z*