1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-09-16 08:36:30 +02:00

Fix Micro CLI's proto comments (#2353)

This commit is contained in:
Niek den Breeje
2021-11-18 06:10:43 +01:00
committed by GitHub
parent 799b8d6a65
commit 4f1a571704

View File

@@ -181,7 +181,7 @@ func protoComments(name, dir string) []string {
"\ndownload protobuf for go-micro:",
"\ngo get -u google.golang.org/protobuf/proto",
"go install github.com/golang/protobuf/protoc-gen-go@latest",
"go install github.com/asim/go-micro/cmd/protoc-gen-micro/v4@latest",
"go install go-micro.dev/v4/cmd/protoc-gen-micro@v4",
"\ncompile the proto file " + name + ".proto and install dependencies:",
"\ncd " + dir,
"make proto update tidy",