diff options
author | Teddy Wing | 2023-05-18 05:55:01 +0200 |
---|---|---|
committer | Teddy Wing | 2023-05-18 05:55:01 +0200 |
commit | 3fb25b9de7f5673fe2af04606c7b35bb53f1f2bf (patch) | |
tree | 38146d6f3066bdb817da7a103dc9abac8c92caf4 /go.mod | |
parent | c66cfe0f25a43687a342f3ddce5d4b081bfadc1e (diff) | |
download | gocapturedrefrace-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -module gopkg.teddywing.com/gocapturedrefrace +module gopkg.teddywing.com/capturedrefrace go 1.20 |