From 7a11510181f3d7f6f67e9ce7d6b2ce1ac7acdf5b Mon Sep 17 00:00:00 2001 From: Steven Degutis Date: Thu, 29 Mar 2012 13:17:43 -0500 Subject: [PATCH] little more readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 217a59e..ff6f099 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ run the Go website locally with `godoc -http=:8080`. $ go test +Now make the failing tests pass, by replacing these types of `__variables__` with real values. + ### Better usage Annoyed at having to switch between your editor and terminal, just to type `go test` over and over?