Closed yanboyang713 closed 10 months ago
Look like you are missing /v4
in the replace directive. Can you please try changing this in your go.mod
file:
replace(
github.com/hugo-toha/toha/v4 => github.com/yanboyang713/toha main
)
with
replace(
github.com/hugo-toha/toha/v4 => github.com/yanboyang713/toha/v4 main
)
Hello @hossainemruz,
Thanks so much. Resolved.
Question
I followed the README and set up my local development.
But I got an error when I ran go mod tidy:
Everyone knows the reason why.
Thanks for your help.