summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrnh <30109443+crnh@users.noreply.github.com>2025-04-05 17:27:52 +0000
committercrnh <30109443+crnh@users.noreply.github.com>2025-04-05 17:27:52 +0000
commit5d01130855855f4a1707721834a94170f4fb7424 (patch)
treed640867aad3db4238f8cd6f22dc8965ce0fd7d2a
parent1829f84a28b42545bdd6d3a662c480f35b1aba3a (diff)
Add major version suffix to go module path
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index bb58f7d..4f5374e 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module github.com/tomfran/typo
+module github.com/tomfran/typo/v2
go 1.20 \ No newline at end of file