generate services boilerplate code

This commit is contained in:
Manfred Touron
2016-12-13 11:05:06 +01:00
parent 71fb53ae02
commit bffc245a82
17 changed files with 262 additions and 0 deletions

View File

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