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
.gitignore vendored
View File

@@ -25,3 +25,4 @@ _testmain.go
*.db
*.out
.DS_Store
static/logs

1
coverage Executable file
View File

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

1
run Executable file
View File

@@ -0,0 +1 @@
ls *.go | grep -v _test.go | xargs go run