Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
wangchunlu committed Aug 31, 2021
1 parent 64c5a97 commit 5d76471
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![CircleCI](https://circleci.com/gh/1227977886/contextcheck.svg?style=svg)](https://circleci.com/gh/1227977886/contextcheck)
[![CircleCI](https://circleci.com/gh/sylvia7788/contextcheck.svg?style=svg)](https://circleci.com/gh/sylvia7788/contextcheck)


# contextcheck
Expand Down
2 changes: 1 addition & 1 deletion cmd/contextcheck/main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

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

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

"github.com/1227977886/contextcheck"
"github.com/sylvia7788/contextcheck"
"golang.org/x/tools/go/analysis/analysistest"
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/1227977886/contextcheck
module github.com/sylvia7788/contextcheck

go 1.15

Expand Down

0 comments on commit 5d76471

Please sign in to comment.