Fix replace directive in local development guide (#880)

This commit is contained in:
Emruz Hossain 2024-02-02 23:02:12 +06:00 committed by GitHub
parent 3283a3b844
commit de1cee3951
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -222,7 +222,7 @@ go 1.19
require github.com/hugo-toha/toha/v4 v4.0.1-0.20231229170427-d3968ca711ef // indirect
replace(
github.com/hugo-toha/toha/v4 => github.com/<your-github-user>/toha <git branch>
github.com/hugo-toha/toha/v4 => github.com/<your-github-user>/toha/v4 <git branch>
)
```