From b2be60e7e5651d0d31bc6eab5e34d28af9aa5143 Mon Sep 17 00:00:00 2001 From: deatil <2217957370@qq.com> Date: Thu, 26 Sep 2024 12:41:28 +0800 Subject: [PATCH] add go-events --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 463ed46fad..2563573024 100644 --- a/README.md +++ b/README.md @@ -2805,6 +2805,7 @@ _General utilities and tools to make your life easier._ - [go-convert](https://github.com/Eun/go-convert) - Package go-convert enables you to convert a value into another type. - [go-countries](https://github.com/mikekonan/go-countries) - Lightweight lookup over ISO-3166 codes. - [go-dry](https://github.com/ungerik/go-dry) - DRY (don't repeat yourself) package for Go. +- [go-events](https://github.com/deatil/go-events) - A go event and event'subscribe package, like wordpress hook functions. - [go-funk](https://github.com/thoas/go-funk) - Modern Go utility library which provides helpers (map, find, contains, filter, chunk, reverse, ...). - [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.