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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user