From f6a3a59fbf742973a21fdefc37f2ccd6b3681482 Mon Sep 17 00:00:00 2001 From: Sean Lingren Date: Thu, 11 Jun 2020 11:12:46 -0500 Subject: [PATCH] Add go-fault (#3099) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f87bfe70..b3e04a17 100644 --- a/README.md +++ b/README.md @@ -2082,6 +2082,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [client-timing](https://github.com/posener/client-timing) - An HTTP client for Server-Timing header. * [CORS](https://github.com/rs/cors) - Easily add CORS capabilities to your API. * [formjson](https://github.com/rs/formjson) - Transparently handle JSON input as a standard form POST. +* [go-fault](https://github.com/github/go-fault) - Fault injection middleware for Go. * [go-server-timing](https://github.com/mitchellh/go-server-timing) - Add/parse Server-Timing header. * [Limiter](https://github.com/ulule/limiter) - Dead simple rate limit middleware for Go. * [ln-paywall](https://github.com/philippgille/ln-paywall) - Go middleware for monetizing APIs on a per-request basis with the Lightning Network (Bitcoin).