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 1/2] 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 5c1d1c119ec..f3fead4918b 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)** From 494fdb5bda5769a56653c6feff030f350e9ed63d Mon Sep 17 00:00:00 2001 From: Yassine Benaid Date: Fri, 20 Sep 2024 12:22:56 +0100 Subject: [PATCH 2/2] Fix order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3fead4918b..22b730f8eb7 100644 --- a/README.md +++ b/README.md @@ -3257,13 +3257,13 @@ _Plugin for text editors and IDEs._ - [gothanks](https://github.com/psampaz/gothanks) - GoThanks automatically stars your go.mod github dependencies, sending this way some love to their maintainers. - [igo](https://github.com/rocketlaunchr/igo) - An igo to go transpiler (new language features for Go language!) - [modver](https://github.com/bobg/modver) - Compare two versions of a Go module to check the version-number change required (major, minor, or patchlevel), according to [semver](https://semver.org/) rules. +- [MoniGO](https://github.com/iyashjayesh/monigo) - A performance monitoring library for Go applications. It provides real-time insights into application performance! 🚀 - [OctoLinker](https://github.com/OctoLinker/browser-extension) - Navigate through go files efficiently with the OctoLinker browser extension for GitHub. - [richgo](https://github.com/kyoh86/richgo) - Enrich `go test` outputs with text decorations. - [roumon](https://github.com/becheran/roumon) - Monitor current state of all active goroutines via a command line interface. - [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)**