Rename slave package to driver

The package contains driver code that was supplemented with additional slave commands.
This commit is contained in:
2019-10-28 19:32:35 +01:00
parent 05009b19d7
commit 610336a34e
37 changed files with 12 additions and 12 deletions
@@ -1,4 +1,4 @@
package slave
package driver
import (
"context"
@@ -6,7 +6,7 @@ import (
"os"
"github.com/localhots/bocadillo/buffer"
"github.com/localhots/bocadillo/mysql/slave/internal/mysql"
"github.com/localhots/bocadillo/mysql/driver/internal/mysql"
)
// Conn is a slave connection used to issue a binlog dump command.