Skip to content

Commit

Permalink
Update opensergo.go
Browse files Browse the repository at this point in the history
  • Loading branch information
shenqidebaozi committed Apr 25, 2022
1 parent 649c64b commit d657f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/opensergo/opensergo.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func (s *OpenSergo) ReportMetadata(ctx context.Context, app kratos.AppInfo) erro
},
}
for _, endpoint := range app.Endpoint() {
u, err := url.Parse(endpoint)
u, err := url.Parse(endpoint) //nolint
if err != nil {
return err
}
Expand Down

0 comments on commit d657f4e

Please sign in to comment.