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:
parent
a99a1e9356
commit
86eabf4a4c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user