Regenerate go-kit example with new encoder

This commit is contained in:
Manfred Touron
2016-12-15 16:30:14 +01:00
parent df709b52ac
commit d3abcca373
7 changed files with 10 additions and 7 deletions

View File

@@ -18,6 +18,6 @@ $(TARGETS_GO): %_go:
$(TARGETS_TMPL): %_tmpl:
@mkdir -p $(dir $*)gen
protoc -I. --gotemplate_out=template_dir=templates:services "$*"
protoc -I. --gotemplate_out=destination_dir=services/$(call service_name,$*)/gen,template_dir=templates:services "$*"
@rm -rf services/services # need to investigate why this directory is created
gofmt -w $(dir $*)gen