From 5d764716c3bc4ffd3413388cea9839a10a7ab166 Mon Sep 17 00:00:00 2001 From: wangchunlu Date: Tue, 31 Aug 2021 20:24:31 +0800 Subject: [PATCH] change name --- README.md | 2 +- cmd/contextcheck/main.go | 2 +- contextcheck_test.go | 2 +- go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e602e84..5a7486d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/cmd/contextcheck/main.go b/cmd/contextcheck/main.go index 6453732..8fee8ff 100644 --- a/cmd/contextcheck/main.go +++ b/cmd/contextcheck/main.go @@ -1,7 +1,7 @@ package main import ( - "github.com/1227977886/contextcheck" + "github.com/sylvia7788/contextcheck" "golang.org/x/tools/go/analysis/singlechecker" ) diff --git a/contextcheck_test.go b/contextcheck_test.go index b47b175..7d9421f 100644 --- a/contextcheck_test.go +++ b/contextcheck_test.go @@ -4,7 +4,7 @@ import ( "log" "testing" - "github.com/1227977886/contextcheck" + "github.com/sylvia7788/contextcheck" "golang.org/x/tools/go/analysis/analysistest" ) diff --git a/go.mod b/go.mod index 79acdfd..95b9ffa 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/1227977886/contextcheck +module github.com/sylvia7788/contextcheck go 1.15