Skip to content

Commit

Permalink
change owner
Browse files Browse the repository at this point in the history
  • Loading branch information
kkHAIKE committed Sep 7, 2022
1 parent 7be313c commit 5cf2741
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -72,7 +72,7 @@ func call8() {

## Tips

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

```go
func call1(ctx context.Context) {
Expand Down Expand Up @@ -116,7 +116,7 @@ func call3() {
You can get `contextcheck` by `go get` command.

```bash
$ go get -u github.com/sylvia7788/contextcheck
$ go get -u github.com/kkHAIKE/contextcheck
```

or build yourself.
Expand Down
2 changes: 1 addition & 1 deletion cmd/contextcheck/main.go
@@ -1,7 +1,7 @@
package main

import (
"github.com/sylvia7788/contextcheck"
"github.com/kkHAIKE/contextcheck"
"golang.org/x/tools/go/analysis/singlechecker"
)

Expand Down
2 changes: 1 addition & 1 deletion contextcheck_test.go
Expand Up @@ -4,7 +4,7 @@ import (
"log"
"testing"

"github.com/sylvia7788/contextcheck"
"github.com/kkHAIKE/contextcheck"
"golang.org/x/tools/go/analysis/analysistest"
"golang.org/x/tools/go/packages"
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,4 +1,4 @@
module github.com/sylvia7788/contextcheck
module github.com/kkHAIKE/contextcheck

go 1.15

Expand Down

0 comments on commit 5cf2741

Please sign in to comment.