fix tests #9

Merged
vtolstov merged 1 commits from fix_test into master 2021-10-29 00:04:07 +03:00
3 changed files with 3 additions and 1 deletions
Showing only changes of commit a99308f5c6 - Show all commits

View File

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

View File

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

View File

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