Add code.soquee.net/testlog to Testing section
diff --git a/Projects.md b/Projects.md
index ed5f7ea..db8d548 100644
--- a/Projects.md
+++ b/Projects.md
@@ -1584,6 +1584,7 @@
   * [Testify](https://github.com/stretchrcom/testify) - A set of packages that provide many tools for testifying that your code will behave as you intend.
   * [ut](https://github.com/philpearl/ut) - Awesome mocks without magic.
   * [make.go.mock](https://github.com/tcard/make.go.mock) - Generates type-safe mocks for Go interfaces and functions.
+  * [`code.soquee.net/testlog`](https://code.soquee.net/testlog/) — A `log.Logger` that proxies to the Log function on a testing.T so that logging only shows up on tests that failed, grouped under the test.
 
 ## Transpiler