From 1950baa16029d13826226661b1daef555e08702d Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Sun, 29 Jun 2025 19:54:25 +0100 Subject: [PATCH] Remove Killgrave from the data.json for inactivity The last commit was 7 months ago --- data.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/data.json b/data.json index 9af6197..b1d65ca 100644 --- a/data.json +++ b/data.json @@ -310,15 +310,6 @@ ], "description": "A Go library for doing the kind of tasks that shell scripts are good at: reading files, executing subprocesses, counting lines, matching strings, and so on. Beginners are very welcome and will get detailed code review and help through the PR process." }, - { - "name": "Killgrave", - "link": "https://github.com/friendsofgo/killgrave", - "label": "good first issue", - "technologies": [ - "Go" - ], - "description": "Simple way to generate mock servers in Go." - }, { "name": "lxd", "link": "https://github.com/lxc/lxd",