From cbd25c2a64327ba5cde37d41c3b88f98fab727a7 Mon Sep 17 00:00:00 2001 From: Ben Bailey Date: Sat, 20 Jun 2015 18:07:11 -0500 Subject: [PATCH] update gomock link to github --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3df5814c..91148a00 100644 --- a/README.md +++ b/README.md @@ -617,7 +617,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * Mock * [counterfeiter](https://github.com/maxbrunsfeld/counterfeiter) - Tool for generating self-contained mock objects * [go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) - Mock SQL driver for testing database interactions - * [gomock](https://code.google.com/p/gomock/) - Mocking framework for the Go programming language. + * [gomock](https://github.com/golang/mock) - Mocking framework for the Go programming language. * [mockhttp](https://github.com/tv42/mockhttp) - Mock object for Go http.ResponseWriter * Fuzzing and delta-debugging/reducing/shrinking