From 922cfec03dbb6f274db66fcb60278ebe10faf546 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Sun, 29 Jul 2018 19:24:25 +0200 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 964e3c8..52a9406 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,16 @@ Work in progress, some events are not fully supported. A fork of [go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) is used to provide underlying connection and basic packet exchange. -*TODO:* +**TODO:** -[x] FormatDescriptionEvent -[x] TableMapEvent -[x] RotateEvent -[ ] RowsEvent -[ ] XIDEvent -[ ] GTIDEvent -[ ] QueryEvent +* [x] FormatDescriptionEvent +* [x] TableMapEvent +* [x] RotateEvent +* [ ] RowsEvent +* [ ] XIDEvent +* [ ] GTIDEvent +* [ ] QueryEvent ### Licence -MIT \ No newline at end of file +MIT