diff options
author | crnh <30109443+crnh@users.noreply.github.com> | 2025-04-05 17:27:52 +0000 |
---|---|---|
committer | crnh <30109443+crnh@users.noreply.github.com> | 2025-04-05 17:27:52 +0000 |
commit | 5d01130855855f4a1707721834a94170f4fb7424 (patch) | |
tree | d640867aad3db4238f8cd6f22dc8965ce0fd7d2a | |
parent | 1829f84a28b42545bdd6d3a662c480f35b1aba3a (diff) |
Add major version suffix to go module path
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ -module github.com/tomfran/typo
+module github.com/tomfran/typo/v2
go 1.20
\ No newline at end of file |