This commit is contained in:
Steven Degutis
2012-03-30 16:35:06 -05:00
parent 98f5cbeee2
commit 6d56e43256

View File

@@ -6,11 +6,10 @@ I can't help you out with that last one. Sorry.
### Usage ### Usage
First, [install Go](http://code.google.com/p/go/downloads/list). Then: 1. [Install Go](http://code.google.com/p/go/downloads/list).
2. Clone this repo.
$ go test 3. Run `go test`.
4. Make the failing tests pass, by replacing these types of `__variables__` with real values.
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 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](http://github.com/sdegutis/fswatch). are using a Mac, take a look at [fswatch](http://github.com/sdegutis/fswatch).