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
+2 -2
View File
@@ -11,9 +11,9 @@ import (
"syscall"
"time"
"github.com/juju/errors"
"github.com/localhots/bocadillo/mysql/slave"
"github.com/localhots/bocadillo/reader"
"github.com/localhots/bocadillo/reader/slave"
"github.com/pkg/errors"
)
func main() {