Added development helper scripts and updated gitignore.

This commit is contained in:
Patrick Fairbank
2014-09-06 14:56:29 -07:00
parent 48d10883d8
commit 762a45ee19
3 changed files with 3 additions and 0 deletions

1
coverage Executable file
View File

@@ -0,0 +1 @@
go test -coverprofile=coverage.out && sleep 1 && go tool cover -html=coverage.out