Skip to content

Commit

Permalink
Merge pull request #126 from moul/dev/moul/big-refactor
Browse files Browse the repository at this point in the history
Big refactor
  • Loading branch information
moul authored Nov 26, 2018
2 parents 9fd33be + 5229010 commit 1e64a78
Show file tree
Hide file tree
Showing 23 changed files with 2,700 additions and 1,344 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 1e64a78

Please sign in to comment.