From c4bb057f78a8302a3bc2006d38d2cae621008c83 Mon Sep 17 00:00:00 2001 From: kashif khan Date: Fri, 25 Oct 2024 17:31:33 +0500 Subject: [PATCH] added utils library under go category --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 514a9d41..c8644567 100644 --- a/data.json +++ b/data.json @@ -352,6 +352,15 @@ ], "description": "Meshery, the service mesh management plane." }, + { + "name": "utils", + "link": "https://github.com/kashifkhan0771/utils", + "label": "good-first-issue", + "technologies": [ + "Go" + ], + "description": "Common Utilities library for Go" + }, { "name": "Strongbox", "link": "https://github.com/strongbox/strongbox",