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 1
1
# 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 )
5
5
[ ![ 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 )
8
8
9
9
` grpc-errors ` is a middleware providing better error handling to resolve errors easily.
10
10
@@ -19,7 +19,7 @@ import (
19
19
20
20
" github.com/creasty/apperrors"
21
21
" github.com/grpc-ecosystem/go-grpc-middleware"
22
- " github.com/izumin5210 /grpc-errors"
22
+ " github.com/srvc /grpc-errors"
23
23
" google.golang.org/grpc"
24
24
" google.golang.org/grpc/codes"
25
25
)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"google.golang.org/grpc/codes"
12
12
"google.golang.org/grpc/status"
13
13
14
- "github.com/izumin5210 /grpc-errors/testing"
14
+ "github.com/srvc /grpc-errors/testing"
15
15
)
16
16
17
17
// Sevice implementations
You can’t perform that action at this time.
0 commit comments