From cafb25e2144ecb1871c400ba636372d1c424e966 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Fri, 9 Nov 2018 01:16:38 +0100 Subject: [PATCH] Adjust makefile --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cb85057..c778e0f 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,4 @@ install: dep ensure test: - go test -v ./test + go test -v github.com/localhots/bocadillo/tests diff --git a/README.md b/README.md index 52a9406..70be2e8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ to provide underlying connection and basic packet exchange. * [x] FormatDescriptionEvent * [x] TableMapEvent * [x] RotateEvent -* [ ] RowsEvent +* [x] RowsEvent * [ ] XIDEvent * [ ] GTIDEvent * [ ] QueryEvent