From 61ec29acdb75fa18026791b56f0dd2b3b53d98be Mon Sep 17 00:00:00 2001 From: crnh <30109443+crnh@users.noreply.github.com> Date: Sat, 5 Apr 2025 17:27:52 +0000 Subject: [PATCH] Add major version suffix to go module path --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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