Embed MySQL driver, delete unused stuff, move packages

This commit is contained in:
2018-11-20 21:20:28 +01:00
parent 83e16c72f2
commit 488a08fcab
25 changed files with 5611 additions and 54 deletions
+1 -1
View File
@@ -10,8 +10,8 @@ import (
_ "github.com/go-sql-driver/mysql"
"github.com/localhots/bocadillo/binlog"
"github.com/localhots/bocadillo/mysql/slave"
"github.com/localhots/bocadillo/reader"
"github.com/localhots/bocadillo/reader/slave"
)
var suite *testSuite