From e1e29b0f3fc03c1c27ededdacbb0704ff974bb9f Mon Sep 17 00:00:00 2001 From: Sharwin24 Date: Fri, 27 Dec 2024 13:26:52 -0600 Subject: [PATCH] Changed path to toha example --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 7fa9de2..07fe357 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,7 @@ module github.com/hugo-toha/toha/v4 go 1.21 -require github.com/hugo-toha/toha/v4 v4.0.1-0.20231229170427-d3968ca711ef // indirect replace( - github.com/hugo-toha/toha/v4 => /home/sharwin/toha + github.com/hugo-toha/toha/v4 => /home/sharwin/web-dev/toha )