File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# grpc-errors
2- [ ![ Build Status] ( https://travis-ci.org/izumin5210 /grpc-errors.svg?branch=master )] ( https://travis-ci.org/izumin5210 /grpc-errors )
3- [ ![ codecov] ( https://codecov.io/gh/izumin5210 /grpc-errors/branch/master/graph/badge.svg )] ( https://codecov.io/gh/izumin5210 /grpc-errors )
4- [ ![ GoDoc] ( https://godoc.org/github.com/izumin5210 /grpc-errors?status.svg )] ( https://godoc.org/github.com/izumin5210 /grpc-errors )
2+ [ ![ Build Status] ( https://travis-ci.org/srvc /grpc-errors.svg?branch=master )] ( https://travis-ci.org/srvc /grpc-errors )
3+ [ ![ codecov] ( https://codecov.io/gh/srvc /grpc-errors/branch/master/graph/badge.svg )] ( https://codecov.io/gh/srvc /grpc-errors )
4+ [ ![ GoDoc] ( https://godoc.org/github.com/srvc /grpc-errors?status.svg )] ( https://godoc.org/github.com/srvc /grpc-errors )
55[ ![ Go project version] ( https://badge.fury.io/go/github.com%2Fizumin5210%2Fgrpc-errors.svg )] ( https://badge.fury.io/go/github.com%2Fizumin5210%2Fgrpc-errors )
6- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/izumin5210 /grpc-errors )] ( https://goreportcard.com/report/github.com/izumin5210 /grpc-errors )
7- [ ![ license] ( https://img.shields.io/github/license/izumin5210 /grpc-errors.svg )] ( ./LICENSE )
6+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/srvc /grpc-errors )] ( https://goreportcard.com/report/github.com/srvc /grpc-errors )
7+ [ ![ license] ( https://img.shields.io/github/license/srvc /grpc-errors.svg )] ( ./LICENSE )
88
99` grpc-errors ` is a middleware providing better error handling to resolve errors easily.
1010
@@ -19,7 +19,7 @@ import (
1919
2020 " github.com/creasty/apperrors"
2121 " github.com/grpc-ecosystem/go-grpc-middleware"
22- " github.com/izumin5210 /grpc-errors"
22+ " github.com/srvc /grpc-errors"
2323 " google.golang.org/grpc"
2424 " google.golang.org/grpc/codes"
2525)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "google.golang.org/grpc/codes"
1212 "google.golang.org/grpc/status"
1313
14- "github.com/izumin5210 /grpc-errors/testing"
14+ "github.com/srvc /grpc-errors/testing"
1515)
1616
1717// Sevice implementations
You can’t perform that action at this time.
0 commit comments