Add go-pattern-match (#4983)

This commit is contained in:
Phakorn Kiong 2023-08-26 17:35:36 +08:00 committed by GitHub
parent 96cddffa6d
commit 3b21ef0eb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2623,6 +2623,7 @@ _General utilities and tools to make your life easier._
- [go-health](https://github.com/Talento90/go-health) - Health package simplifies the way you add health check to your services.
- [go-httpheader](https://github.com/mozillazg/go-httpheader) - Go library for encoding structs into Header fields.
- [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-pattern-match](https://github.com/PhakornKiong/go-pattern-match) - A Pattern matching library inspired by ts-pattern.
- [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.