From 0b90ca8b739c8544ad3d42e61bcfd615546760a7 Mon Sep 17 00:00:00 2001 From: Mat Ryer Date: Tue, 16 Oct 2012 21:57:31 +0100 Subject: [PATCH] fixed links --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4e90fe..9cdc087 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,11 @@ Testify - Thou shalt write tests Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend. - * [Easy assertions][http://go.pkgdoc.org/github.com/stretchrcom/testify/assert] - * [Mocking][http://go.pkgdoc.org/github.com/stretchrcom/testify/mock] - * [HTTP response trapping][[http://go.pkgdoc.org/github.com/stretchrcom/testify/http]] + * Easy assertions + * Mocking + * HTTP response trapping + +Read the API Documentation http://go.pkgdoc.org/github.com/stretchrcom/testify For an introduction to writing test code in Go, see http://golang.org/doc/code.html#Testing