Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Sep 27, 2018
1 parent 51ba7d3 commit 083c841
Show file tree
Hide file tree
Showing 7 changed files with 831 additions and 2 deletions.
15 changes: 14 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
all:
@echo "no default"

.PHONY: test/v1
test/v1:
@go test -v v1/*.go

.PHONY: test/v2
test/v2:
@go test -v v2/*.go

.PHONY: test/pro/v1
test/pro/v1:
@go test -v pro/v1/*.go

.PHONY: test
test:
go test -v
@go test -v
Loading

0 comments on commit 083c841

Please sign in to comment.