gort->gorc

This commit is contained in:
Tyler 2013-08-01 13:43:37 -06:00
parent 8cb5e40869
commit a48cc5dabb

View File

@ -13,7 +13,7 @@ Get started:
* Install testify with [one line of code](#installation), or [update it with another](#staying-up-to-date) * Install testify with [one line of code](#installation), or [update it with another](#staying-up-to-date)
* Read the API Documentation http://go.pkgdoc.org/github.com/stretchr/testify * Read the API Documentation http://go.pkgdoc.org/github.com/stretchr/testify
* To make your testing life easier, check out our other project, [gort](http://github.com/stretchr/gort) * To make your testing life easier, check out our other project, [gorc](http://github.com/stretchr/gorc)
* For an introduction to writing test code in Go, see http://golang.org/doc/code.html#Testing * For an introduction to writing test code in Go, see http://golang.org/doc/code.html#Testing
* A little about [Test-Driven Development (TDD)](http://en.wikipedia.org/wiki/Test-driven_development) * A little about [Test-Driven Development (TDD)](http://en.wikipedia.org/wiki/Test-driven_development)