From afd76b48e3df2b8b508ab6c59e100591051d52a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Thu, 11 Aug 2022 21:51:04 +0200 Subject: [PATCH] gorc last update is nine years old I think it makes no sense to link to it. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ce6d3de..06f1e35 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ Get started: * Install testify with [one line of code](#installation), or [update it with another](#staying-up-to-date) * For an introduction to writing test code in Go, see http://golang.org/doc/code.html#Testing * Check out the API Documentation http://godoc.org/github.com/stretchr/testify - * To make your testing life easier, check out our other project, [gorc](http://github.com/stretchr/gorc) * A little about [Test-Driven Development (TDD)](http://en.wikipedia.org/wiki/Test-driven_development)