mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-17 13:24:56 +00:00
update users makefile
This commit is contained in:
@@ -8,7 +8,11 @@ init:
|
||||
.PHONY: proto
|
||||
proto:
|
||||
protoc --proto_path=. --micro_out=. --go_out=:. proto/users.proto
|
||||
|
||||
|
||||
docs:
|
||||
protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=. proto/users.proto
|
||||
@redoc-cli bundle api-users.json
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
go build -o users *.go
|
||||
|
||||
Reference in New Issue
Block a user