.PHONY: dev dev: go run . .PHONY: generate generate: protoc --proto_path=. proto/hello.proto --go_out=. --micro_out=.