mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-24 08:25:31 +00:00
update users makefile
This commit is contained in:
@@ -9,6 +9,10 @@ init:
|
|||||||
proto:
|
proto:
|
||||||
protoc --proto_path=. --micro_out=. --go_out=:. proto/users.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
|
.PHONY: build
|
||||||
build:
|
build:
|
||||||
go build -o users *.go
|
go build -o users *.go
|
||||||
|
|||||||
Reference in New Issue
Block a user