Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Jan 23, 2025
1 parent 8a5b6af commit a98f973
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,15 +543,15 @@ Or you can implement your own [`log.Handler`](https://pkg.go.dev/github.com/sidd
## How to migrate to this repo
To change the used package in your repo it's enough to add this `replace` directive to your `go.mod`:
```
replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.10.0
replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.11.0
```

This can be done by running this command:
```
go mod edit -replace=github.com/siddontang/go-mysql=github.com/go-mysql-org/go-mysql@v1.10.0
go mod edit -replace=github.com/siddontang/go-mysql=github.com/go-mysql-org/go-mysql@v1.11.0
```

v1.10.0 - is the last tag in repo, feel free to choose what you want.
v1.11.0 - is the last tag in repo, feel free to choose what you want.

## Credits

Expand Down

0 comments on commit a98f973

Please sign in to comment.