Add go:generate example (#56)

This commit is contained in:
Manfred Touron
2017-04-24 09:20:30 +02:00
parent 21cba66d10
commit a68198f386
7 changed files with 137 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ test: build
cd examples/concat && make
cd examples/flow && make
cd examples/sitemap && make
cd examples/go-generate && make
# cd examples/go-kit && make
.PHONY: docker.build