We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93870c2 commit fd91eceCopy full SHA for fd91ece
README.md
@@ -503,6 +503,11 @@ To change the used package in your repo it's enough to add this `replace` direct
503
replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.10.0
504
```
505
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
+
511
v1.10.0 - is the last tag in repo, feel free to choose what you want.
512
513
## Donate
0 commit comments