Files
micro-server-grpc/generate.go
Evstigneev Denis c0d186327e
Some checks failed
lint / lint (pull_request) Failing after 1m38s
test / test (pull_request) Successful in 3m20s
prepare v4
2025-02-26 21:33:13 +03:00

5 lines
298 B
Go

package grpc
//go:generate go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
//go:generate sh -c "protoc -I./proto -I$(go list -f '{{ .Dir }}' -m go.unistack.org/micro-proto/v4) -I. --go-grpc_out=paths=source_relative:./proto --go_out=paths=source_relative:./proto proto/test.proto"