mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
Fix make docs
This commit is contained in:
@@ -13,6 +13,11 @@ proto:
|
||||
build:
|
||||
go build -o url *.go
|
||||
|
||||
.PHONY: docs
|
||||
docs:
|
||||
protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/url.proto
|
||||
@redoc-cli bundle api-url.json
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
go test -v ./... -cover
|
||||
|
||||
Reference in New Issue
Block a user