Add arithmetics helpers - fix #94

This commit is contained in:
Tommy PAGEARD
2018-03-21 14:41:40 +01:00
parent 77a820ea6f
commit 19fb3c8da9
7 changed files with 69 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ test: install
cd examples/go-generate && make
cd examples/single-package-mode && make
cd examples/helpers && make
cd examples/arithmetics && make
# cd examples/go-kit && make
.PHONY: docker.build