Skip to content

Commit 8d6e56e

Browse files
committed
git grep 'izumin5210' | cut -d':' -f1 | xargs sed -i '' -e 's/izumin5210/srvc/'
1 parent baa5b48 commit 8d6e56e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# wraperr
2-
[![Go project version](https://badge.fury.io/go/github.com%2Fizumin5210%2Fwraperr.svg)](https://badge.fury.io/go/github.com%2Fizumin5210%2Fwraperr)
2+
[![Go project version](https://badge.fury.io/go/github.com%2Fsrvc%2Fwraperr.svg)](https://badge.fury.io/go/github.com%2Fsrvc%2Fwraperr)
33

44
Check that error return value are wrapped
55

66
## Install
77

88
```
9-
go get -u github.com/izumin5210/wraperr/cmd/wraperr
9+
go get -u github.com/srvc/wraperr/cmd/wraperr
1010
```
1111

1212

cmd/wraperr/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"os"
77
"path/filepath"
88

9-
"github.com/izumin5210/wraperr"
9+
"github.com/srvc/wraperr"
1010
"github.com/pkg/errors"
1111
)
1212

detector_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ package wraperr_test
33
import (
44
"testing"
55

6-
"github.com/izumin5210/wraperr"
6+
"github.com/srvc/wraperr"
77
)
88

99
func TestDetector_CheckPackages(t *testing.T) {
1010
detector := wraperr.NewDetector()
11-
err := detector.CheckPackages([]string{"github.com/izumin5210/wraperr/testdata/detector/simple"})
11+
err := detector.CheckPackages([]string{"github.com/srvc/wraperr/testdata/detector/simple"})
1212

1313
if err == nil {
1414
t.Fatalf("should return an error")

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/izumin5210/wraperr
1+
module github.com/srvc/wraperr
22

33
require (
44
github.com/pkg/errors v0.8.0

0 commit comments

Comments
 (0)