Skip to content

Commit

Permalink
chore: big refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Nov 26, 2018
1 parent 9fd33be commit 00d978b
Show file tree
Hide file tree
Showing 23 changed files with 2,789 additions and 1,122 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.PHONY: install
install:
GO111MODULE=auto go install -v
GO111MODULE=on go install -v

.PHONY: test
test:
go test -v ./...

.PHONY: update_examples
update_examples:
Expand Down
Loading

0 comments on commit 00d978b

Please sign in to comment.