generate services boilerplate code
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user