Skip to content

Commit 6e48ab4

Browse files
committed
Remove donate and feedback sessions, add credits
1 parent fd91ece commit 6e48ab4

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

README.md

+4-15
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Query: DROP TABLE IF EXISTS `test_replication` /* generated by server */
115115

116116
## Canal
117117

118-
Canal is a package that can sync your MySQL into everywhere, like Redis, Elasticsearch.
118+
Canal is a package that can sync your MySQL into everywhere, like Redis, Elasticsearch.
119119

120120
First, canal will dump your MySQL data then sync changed data using binlog incrementally.
121121

@@ -165,7 +165,7 @@ func main() {
165165
}
166166
```
167167

168-
You can see [go-mysql-elasticsearch](https://github.com/siddontang/go-mysql-elasticsearch) for how to sync MySQL data into Elasticsearch.
168+
You can see [go-mysql-elasticsearch](https://github.com/go-mysql-org/go-mysql-elasticsearch) for how to sync MySQL data into Elasticsearch.
169169

170170
## Client
171171

@@ -510,17 +510,6 @@ go mod edit -replace=github.com/siddontang/go-mysql=github.com/go-mysql-org/go-m
510510

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

513-
## Donate
513+
## Credits
514514

515-
If you like the project and want to buy me a cola, you can through:
516-
517-
|PayPal|微信|
518-
|------|---|
519-
|[![](https://www.paypalobjects.com/webstatic/paypalme/images/pp_logo_small.png)](https://paypal.me/siddontang)|[![](https://github.com/siddontang/blog/blob/master/donate/weixin.png)|
520-
521-
## Feedback
522-
523-
go-mysql is still in development, your feedback is very welcome.
524-
525-
526-
515+
go-mysql was started by @siddontang and has many [contributors](https://github.com/go-mysql-org/go-mysql/graphs/contributors)

0 commit comments

Comments
 (0)