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.
This commit is contained in:
Yash Chauhan 2024-09-18 16:26:22 +05:30 committed by GitHub
parent 15df93a1a0
commit 62e3aa21d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. - [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. - [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. - [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)** **[⬆ back to top](#contents)**