From 3eef30cf630eda3837a27a237e89207e1ce3dabf Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 16 May 2023 19:22:58 +0200 Subject: Rename module to `gopkg.teddywing.com/gocapturedrefrace` Decided not to use my personal Git host directly for the module, but a new domain specific to Go modules. This could allow me to host the code elsewhere using a vanity module name. --- cmd/gocapturedrefrace/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') 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() { -- cgit v1.2.3