From da47f0dbaa85cbc176f58c3cd95ec5358647d33f Mon Sep 17 00:00:00 2001 From: John Bintz <27256+johnbintz@users.noreply.github.com> Date: Mon, 21 Feb 2022 13:12:45 -0500 Subject: [PATCH] change go.mod path --- server/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/go.mod b/server/go.mod index a2acd0e..6306631 100644 --- a/server/go.mod +++ b/server/go.mod @@ -1,4 +1,4 @@ -module johnbintz.com/joplin-multi-note-viewer +module github.com/johnbintz/joplin-multi-note-viewer go 1.18