Merge branch 'master' into dependabot/go_modules/go.unistack.org/micro/v3-3.8.7

This commit is contained in:
Василий Толстов 2021-10-29 00:04:29 +03:00 committed by GitHub
commit b1df3980e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
// +build ignore
//go:build ignore
package grpc

View File

@ -17,7 +17,7 @@ func microError(err error) error {
// fallback
return &errors.Error{
Id: "go.micro.client",
ID: "go.micro.client",
Code: 500,
Detail: err.Error(),
// Status: http.StatusInternalServerError,

View File

@ -1,3 +1,4 @@
// +build ignore
//go:build ignore
package drpc