diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/gocapturedrefrace/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gocapturedrefrace/main.go b/cmd/gocapturedrefrace/main.go index d637a38..d2aa598 100644 --- a/cmd/gocapturedrefrace/main.go +++ b/cmd/gocapturedrefrace/main.go @@ -1,8 +1,8 @@ package main import ( - "git.teddywing.com/gocapturedrefrace" "golang.org/x/tools/go/analysis/singlechecker" + "gopkg.teddywing.com/gocapturedrefrace" ) func main() { |
