File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ func call8() {
72
72
73
73
## Tips
74
74
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 ) .
76
76
77
77
``` go
78
78
func call1 (ctx context .Context ) {
@@ -116,7 +116,7 @@ func call3() {
116
116
You can get ` contextcheck ` by ` go get ` command.
117
117
118
118
``` bash
119
- $ go get -u github.com/sylvia7788 /contextcheck
119
+ $ go get -u github.com/kkHAIKE /contextcheck
120
120
```
121
121
122
122
or build yourself.
Original file line number Diff line number Diff line change 1
1
package main
2
2
3
3
import (
4
- "github.com/sylvia7788 /contextcheck"
4
+ "github.com/kkHAIKE /contextcheck"
5
5
"golang.org/x/tools/go/analysis/singlechecker"
6
6
)
7
7
Original file line number Diff line number Diff line change 4
4
"log"
5
5
"testing"
6
6
7
- "github.com/sylvia7788 /contextcheck"
7
+ "github.com/kkHAIKE /contextcheck"
8
8
"golang.org/x/tools/go/analysis/analysistest"
9
9
"golang.org/x/tools/go/packages"
10
10
)
Original file line number Diff line number Diff line change 1
- module github.com/sylvia7788 /contextcheck
1
+ module github.com/kkHAIKE /contextcheck
2
2
3
3
go 1.15
4
4
You can’t perform that action at this time.
0 commit comments