From 62e3aa21d0f8d0294cc4864fd0cbaeb3016cf592 Mon Sep 17 00:00:00 2001 From: Yash Chauhan <53042582+iyashjayesh@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:26:22 +0530 Subject: [PATCH] Update README.md Added `moniGo` to the list - MoniGo is a performance monitoring library for Go applications. It provides real-time insights into application performance. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c1d1c11..f3fead49 100644 --- a/README.md +++ b/README.md @@ -3263,6 +3263,7 @@ _Plugin for text editors and IDEs._ - [rts](https://github.com/galeone/rts) - RTS: response to struct. Generates Go structs from server responses. - [textra](https://github.com/ravsii/textra) - Extract Go struct field names, types and tags for filtering and exporting. - [typex](https://github.com/dtgorski/typex) - Examine Go types and their transitive dependencies, alternatively export results as TypeScript value objects (or types) declaration. +- [MoniGO](https://github.com/iyashjayesh/monigo) - A performance monitoring library for Go applications. It provides real-time insights into application performance! 🚀 **[⬆ back to top](#contents)**