Skip to content

Commit 5cf2741

Browse files
committedSep 7, 2022
change owner
1 parent 7be313c commit 5cf2741

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func call8() {
7272

7373
## Tips
7474

75-
You can break ctx inheritance by this way, eg: [issue](https://github.com/sylvia7788/contextcheck/issues/2).
75+
You can break ctx inheritance by this way, eg: [issue](https://github.com/kkHAIKE/contextcheck/issues/2).
7676

7777
```go
7878
func call1(ctx context.Context) {
@@ -116,7 +116,7 @@ func call3() {
116116
You can get `contextcheck` by `go get` command.
117117

118118
```bash
119-
$ go get -u github.com/sylvia7788/contextcheck
119+
$ go get -u github.com/kkHAIKE/contextcheck
120120
```
121121

122122
or build yourself.

‎cmd/contextcheck/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package main
22

33
import (
4-
"github.com/sylvia7788/contextcheck"
4+
"github.com/kkHAIKE/contextcheck"
55
"golang.org/x/tools/go/analysis/singlechecker"
66
)
77

‎contextcheck_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"log"
55
"testing"
66

7-
"github.com/sylvia7788/contextcheck"
7+
"github.com/kkHAIKE/contextcheck"
88
"golang.org/x/tools/go/analysis/analysistest"
99
"golang.org/x/tools/go/packages"
1010
)

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/sylvia7788/contextcheck
1+
module github.com/kkHAIKE/contextcheck
22

33
go 1.15
44

0 commit comments

Comments
 (0)