Changed path to toha example

This commit is contained in:
Sharwin24 2024-12-27 13:26:52 -06:00
parent fac7176b39
commit e1e29b0f3f

3
go.mod
View file

@ -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
)