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
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