add go-qr to README.md (#4960)

Co-authored-by: 朱振武 <zhenwu.zhu@yo-star.com>
This commit is contained in:
piglig 2023-08-18 15:32:20 +08:00 committed by GitHub
parent 50904931ae
commit 7afbb892f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2621,6 +2621,7 @@ _General utilities and tools to make your life easier._
- [go-lock](https://github.com/viney-shih/go-lock) - go-lock is a lock library implementing read-write mutex and read-write trylock without starvation.
- [go-pkg](https://github.com/chenquan/go-pkg) - A go toolkit.
- [go-problemdetails](https://github.com/mvmaasakkers/go-problemdetails) - Go package for working with Problem Details.
- [go-qr](https://github.com/piglig/go-qr) - A native, high-quality and minimalistic QR code generator.
- [go-rate](https://github.com/beefsack/go-rate) - Timed rate limiter for Go.
- [go-sitemap-generator](https://github.com/ikeikeikeike/go-sitemap-generator) - XML Sitemap generator written in Go.
- [go-trigger](https://github.com/sadlil/go-trigger) - Go-lang global event triggerer, Register Events with an id and trigger the event from anywhere from your project.