diff options
author | Teddy Wing | 2023-05-16 19:22:58 +0200 |
---|---|---|
committer | Teddy Wing | 2023-05-16 19:50:23 +0200 |
commit | 3eef30cf630eda3837a27a237e89207e1ce3dabf (patch) | |
tree | 1d3036b608e07696020c41e4068ee51c869ecdfa /go.mod | |
parent | c084c38557e96ea7dc57aaff172859245d1ee344 (diff) | |
download | gocapturedrefrace-3eef30cf630eda3837a27a237e89207e1ce3dabf.tar.bz2 |
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.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -module git.teddywing.com/gocapturedrefrace +module gopkg.teddywing.com/gocapturedrefrace go 1.20 |