Skip to content

Commit fd91ece

Browse files
committed
Add 'go mod edit' line
1 parent 93870c2 commit fd91ece

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,11 @@ To change the used package in your repo it's enough to add this `replace` direct
503503
replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.10.0
504504
```
505505

506+
This can be done by running this command:
507+
```
508+
go mod edit -replace=github.com/siddontang/go-mysql=github.com/go-mysql-org/[email protected]
509+
```
510+
506511
v1.10.0 - is the last tag in repo, feel free to choose what you want.
507512

508513
## Donate

0 commit comments

Comments
 (0)