aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorTeddy Wing2023-05-18 05:55:01 +0200
committerTeddy Wing2023-05-18 05:55:01 +0200
commit3fb25b9de7f5673fe2af04606c7b35bb53f1f2bf (patch)
tree38146d6f3066bdb817da7a103dc9abac8c92caf4 /go.mod
parentc66cfe0f25a43687a342f3ddce5d4b081bfadc1e (diff)
downloadgocapturedrefrace-3fb25b9de7f5673fe2af04606c7b35bb53f1f2bf.tar.bz2
Rename package to "capturedrefrace"
I decided I don't like the "go" prefix for a Go package name. It doesn't make sense. Rename the module and package accordingly. I do like the "go" prefix in the command line program, so leave it there.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 2a93e77..5d08fa1 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module gopkg.teddywing.com/gocapturedrefrace
+module gopkg.teddywing.com/capturedrefrace
go 1.20