Skip to content

Commit

Permalink
added makefile (#27)
Browse files Browse the repository at this point in the history
* added makefile

* added new line

* updated so that docs does not block
  • Loading branch information
g8rswimmer authored May 9, 2019
1 parent a5b8f80 commit f3c89d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.PHONY: tests
tests:
go test ./... -cover

.PHONY: docs
docs:
godoc -http=:6060 &

0 comments on commit f3c89d0

Please sign in to comment.