1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-30 10:10:44 +02:00

Use go install (#2300)

go get: installing executables with 'go get' in module mode is deprecated.
        To adjust and download dependencies of the current module, use 'go get -d'.
        To install using requirements of the current module, use 'go install'.
        To install ignoring the current module, use 'go install' with a version,
        like 'go install example.com/cmd@latest'.
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
This commit is contained in:
jxlwqq 2021-10-11 13:32:13 +08:00 committed by GitHub
parent a99a1e9356
commit 86eabf4a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ This is protobuf code generation for go-micro. We use protoc-gen-micro to reduce
## Install
```
go get github.com/asim/go-micro/cmd/protoc-gen-micro/v3
go install github.com/asim/go-micro/cmd/protoc-gen-micro/v3
```
Also required: