From d2aef72444224170201406ab0c1f61e225233543 Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Fri, 21 Feb 2025 21:53:35 +0000 Subject: [PATCH] Removed httpexpect from the data.json for inactivity There have been no commits since last October with very few since the October before --- data.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/data.json b/data.json index 6588b7b..bee3b0b 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": "httpexpect", - "link": "https://github.com/gavv/httpexpect", - "label": "help-wanted", - "technologies": [ - "Go" - ], - "description": "End-to-end HTTP and REST API testing for Go." - }, { "name": "Killgrave", "link": "https://github.com/friendsofgo/killgrave",