This commit is contained in:
Steven Degutis
2012-03-30 16:33:03 -05:00
parent 529ae787f2
commit 98f5cbeee2

View File

@@ -13,7 +13,7 @@ First, [install Go](http://code.google.com/p/go/downloads/list). Then:
Now make the failing tests pass, by replacing these types of `__variables__` with real values.
If you want to have `go test` be run in your terminal any time you save a file and
are using a Mac, take a look at [fswatch](github.com/sdegutis/fswatch).
are using a Mac, take a look at [fswatch](http://github.com/sdegutis/fswatch).
### Helpful References