chore(deps): bump go.unistack.org/micro/v3 from 3.8.6 to 3.8.7 #8

Merged
dependabot[bot] merged 2 commits from dependabot/go_modules/go.unistack.org/micro/v3-3.8.7 into master 2021-10-29 00:06:36 +03:00
3 changed files with 3 additions and 1 deletions
Showing only changes of commit b1df3980e1 - Show all commits

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